[Libreoffice-commits] core.git: sw/source

Tor Lillqvist tml at collabora.com
Sat Feb 22 03:39:01 PST 2014


 sw/source/core/layout/calcmove.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 228ae8ea76fcaf044983e116f665a40bb22e5c90
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sat Feb 22 13:37:17 2014 +0200

    WaE: IntegralToBoolean
    
    Change-Id: I688a8f8c26f7a93baafd247fc4cc5609ddf6137c

diff --git a/sw/source/core/layout/calcmove.cxx b/sw/source/core/layout/calcmove.cxx
index ae1fbc8..e6198bd 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;
                     }
                 }
             }


More information about the Libreoffice-commits mailing list