diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-02-22 13:37:17 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-02-22 13:37:17 +0200 |
commit | 228ae8ea76fcaf044983e116f665a40bb22e5c90 (patch) | |
tree | 702f51370f17da279a8c96fb2835c54112b08ab6 | |
parent | 49b4a79590eb18f4a960ba2bba86991af6ac9e38 (diff) |
WaE: IntegralToBoolean
Change-Id: I688a8f8c26f7a93baafd247fc4cc5609ddf6137c
-rw-r--r-- | sw/source/core/layout/calcmove.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/calcmove.cxx b/sw/source/core/layout/calcmove.cxx index ae1fbc8f4279..e6198bd74961 100644 --- a/sw/source/core/layout/calcmove.cxx +++ b/sw/source/core/layout/calcmove.cxx @@ -1898,7 +1898,7 @@ sal_Bool SwCntntFrm::_WouldFit( SwTwips nSpace, if ( bSecondRet && bOldSplit && nOldSpace >= 0 ) { bRet = sal_True; - bSplit = sal_True; + bSplit = true; } } } |