WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
Change-Id: I44ea80e5e8e6bb568eb91c29a2adf73b110fb660
This commit is contained in:
@@ -86,7 +86,7 @@ bool SwCntntFrm::ShouldBwdMoved( SwLayoutFrm *pNewUpper, bool, bool & )
|
|||||||
pSect = pSect->GetUpper()->FindSctFrm();
|
pSect = pSect->GetUpper()->FindSctFrm();
|
||||||
OSL_ENSURE( pSect, "Escaping footnote" );
|
OSL_ENSURE( pSect, "Escaping footnote" );
|
||||||
if( pSect != pMySect )
|
if( pSect != pMySect )
|
||||||
return sal_False;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
SWRECTFN( this )
|
SWRECTFN( this )
|
||||||
|
Reference in New Issue
Block a user