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 )