diff options
Diffstat (limited to 'kword/KWTextDocument.h')
-rw-r--r-- | kword/KWTextDocument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWTextDocument.h b/kword/KWTextDocument.h index 30aa9b3f7..13bea7d9d 100644 --- a/kword/KWTextDocument.h +++ b/kword/KWTextDocument.h @@ -44,7 +44,7 @@ public: ~KWTextDocument(); - virtual KoTextParag * createParag( KoTextDocument *d, KoTextParag *pr = 0, KoTextParag *nx = 0, bool updateIds = TRUE ); + virtual KoTextParag * createParag( KoTextDocument *d, KoTextParag *pr = 0, KoTextParag *nx = 0, bool updateIds = true ); /** Return the text frameset in which this document is. * Note that this can be 0L (e.g. for paragraphs in the paragdia preview) */ |