WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'

Change-Id: I44ea80e5e8e6bb568eb91c29a2adf73b110fb660
This commit is contained in:
Tor Lillqvist
2014-03-16 19:11:46 +02:00
parent 55a5e890ef
commit c0a6e9a1ba

View File

@@ -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 )