diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-03-16 19:11:46 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-03-16 19:11:46 +0200 |
commit | c0a6e9a1baa7664ea62a3942f43f7bd79cf3fcc6 (patch) | |
tree | 4c1817d86c7c4d9dc1a637f54f198e5ce071c67a /sw | |
parent | 55a5e890ef531961a811508a316c83bd6a679781 (diff) |
WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
Change-Id: I44ea80e5e8e6bb568eb91c29a2adf73b110fb660
Diffstat (limited to 'sw')
-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 ce04d827a736..e79658513668 100644 --- a/sw/source/core/layout/calcmove.cxx +++ b/sw/source/core/layout/calcmove.cxx @@ -86,7 +86,7 @@ bool SwCntntFrm::ShouldBwdMoved( SwLayoutFrm *pNewUpper, bool, bool & ) pSect = pSect->GetUpper()->FindSctFrm(); OSL_ENSURE( pSect, "Escaping footnote" ); if( pSect != pMySect ) - return sal_False; + return false; } } SWRECTFN( this ) |