diff options
Diffstat (limited to 'sw/inc/hints.hxx')
-rw-r--r-- | sw/inc/hints.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx index af4064a4fa4b..82eb27c8a22e 100644 --- a/sw/inc/hints.hxx +++ b/sw/inc/hints.hxx @@ -140,8 +140,8 @@ public: SwHistory* pHistory; sal_uInt16 nSplitLine; ///< Split: from this BaseLine on will be splitted TableFmlUpdtFlags eFlags; - sal_Bool bModified : 1; - sal_Bool bBehindSplitLine : 1; + bool bModified : 1; + bool bBehindSplitLine : 1; SwTableFmlUpdate( const SwTable* ); }; @@ -161,7 +161,7 @@ public: */ class SwAttrSetChg: public SwMsgPoolItem { - sal_Bool bDelSet; + bool bDelSet; SwAttrSet* pChgSet; ///< what has changed const SwAttrSet* pTheChgdSet; ///< is only used to compare public: |