summaryrefslogtreecommitdiff
path: root/sw/inc/crstate.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 19:59:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:21 +0100
commit8bc3751ea3ce1162137df2d0e10502cd24a3cb92 (patch)
tree6e0a16a99e7e9c20bfdb97510da35df9af5256fa /sw/inc/crstate.hxx
parent7dca2dd95b21df2b36c6a8e7e9edfb49dbd2acd1 (diff)
bool improvements
Change-Id: Ibeb658e73b588f90242c95d23149f2ef45a7a815
Diffstat (limited to 'sw/inc/crstate.hxx')
-rw-r--r--sw/inc/crstate.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/crstate.hxx b/sw/inc/crstate.hxx
index 96dbddf2b883..7ad58f5144da 100644
--- a/sw/inc/crstate.hxx
+++ b/sw/inc/crstate.hxx
@@ -173,7 +173,7 @@ struct SwCrsrMoveState
bRealWidth( sal_False ),
b2Lines( sal_False ),
bNoScroll( sal_False ),
- bPosMatchesBounds( sal_False ),
+ bPosMatchesBounds( false ),
bCntntCheck( sal_False ), // #i43742#
bInFrontOfLabel( sal_False ), // #i27615#
bInNumPortion(sal_False), // #i26726#
@@ -194,7 +194,7 @@ struct SwCrsrMoveState
bRealWidth( sal_False ),
b2Lines( sal_False ),
bNoScroll( sal_False ),
- bPosMatchesBounds( sal_False ),
+ bPosMatchesBounds( false ),
bCntntCheck( sal_False ), // #i43742#
bInFrontOfLabel( sal_False ), // #i27615#
bInNumPortion(sal_False), // #i23726#