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

Tor Lillqvist tml at collabora.com
Sun Mar 16 10:17:32 PDT 2014


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

New commits:
commit c0a6e9a1baa7664ea62a3942f43f7bd79cf3fcc6
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Mar 16 19:11:46 2014 +0200

    WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
    
    Change-Id: I44ea80e5e8e6bb568eb91c29a2adf73b110fb660

diff --git a/sw/source/core/layout/calcmove.cxx b/sw/source/core/layout/calcmove.cxx
index ce04d82..e796585 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 )


More information about the Libreoffice-commits mailing list