From c0a6e9a1baa7664ea62a3942f43f7bd79cf3fcc6 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 16 Mar 2014 19:11:46 +0200 Subject: [PATCH] WaE: implicit conversion of literal of type 'sal_Bool' to 'bool' Change-Id: I44ea80e5e8e6bb568eb91c29a2adf73b110fb660 --- sw/source/core/layout/calcmove.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )