summaryrefslogtreecommitdiffstats
path: root/kword/KWTextParag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWTextParag.cpp')
-rw-r--r--kword/KWTextParag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWTextParag.cpp b/kword/KWTextParag.cpp
index aae68085d..86f7598d2 100644
--- a/kword/KWTextParag.cpp
+++ b/kword/KWTextParag.cpp
@@ -592,7 +592,7 @@ void KWTextParag::load( TQDomElement &attributes )
//kdDebug() << "KWTextParag::load '" << element.text() << "'" << endl;
append( element.text() );
// Apply default format - this should be automatic !!
- setFormat( 0, string()->length(), paragFormat(), TRUE );
+ setFormat( 0, string()->length(), paragFormat(), true );
}
if ( attributes.attribute( "toc" ) == "true" )