diff options
Diffstat (limited to 'kword/KWFrameSet.h')
-rw-r--r-- | kword/KWFrameSet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWFrameSet.h b/kword/KWFrameSet.h index 4f98ec24f..00d807d0c 100644 --- a/kword/KWFrameSet.h +++ b/kword/KWFrameSet.h @@ -76,7 +76,7 @@ public: virtual FrameSetType type() const { return FT_BASE; } virtual void addTextFrameSets( TQPtrList<KWTextFrameSet> & /*lst*/, bool /*onlyReadWrite*/ = false ) {}; - virtual bool ownLine() const { return FALSE;} + virtual bool ownLine() const { return false;} /** The different types of textFramesets (that TEXT is important here!) * FI_BODY = normal text frames.<br> |