WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation
This commit is contained in:
parent
2a0a3a15b9
commit
a62e320503
1 changed files with 1 additions and 1 deletions
|
@ -679,7 +679,7 @@ int SwCrsrShell::SetCrsr( const Point &rLPt, sal_Bool bOnlyText, bool bBlock )
|
|||
|
||||
// Toggle the Header/Footer mode if needed
|
||||
bool bInHeaderFooter = pFrm && ( pFrm->IsHeaderFrm() || pFrm->IsFooterFrm() );
|
||||
if ( bInHeaderFooter ^ IsHeaderFooterEdit() )
|
||||
if ( bInHeaderFooter ^ (bool) IsHeaderFooterEdit() )
|
||||
ToggleHeaderFooterEdit();
|
||||
|
||||
if( pBlockCrsr && bBlock )
|
||||
|
|
Loading…
Reference in a new issue