Kaydet (Commit) a62e3205 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation

üst 2a0a3a15
...@@ -679,7 +679,7 @@ int SwCrsrShell::SetCrsr( const Point &rLPt, sal_Bool bOnlyText, bool bBlock ) ...@@ -679,7 +679,7 @@ int SwCrsrShell::SetCrsr( const Point &rLPt, sal_Bool bOnlyText, bool bBlock )
// Toggle the Header/Footer mode if needed // Toggle the Header/Footer mode if needed
bool bInHeaderFooter = pFrm && ( pFrm->IsHeaderFrm() || pFrm->IsFooterFrm() ); bool bInHeaderFooter = pFrm && ( pFrm->IsHeaderFrm() || pFrm->IsFooterFrm() );
if ( bInHeaderFooter ^ IsHeaderFooterEdit() ) if ( bInHeaderFooter ^ (bool) IsHeaderFooterEdit() )
ToggleHeaderFooterEdit(); ToggleHeaderFooterEdit();
if( pBlockCrsr && bBlock ) if( pBlockCrsr && bBlock )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment