INTEGRATION: CWS hr50 (1.53.224); FILE MERGED

2008/04/10 16:58:45 hr 1.53.224.1: #i86574#: fix warning (gcc-4.2.3)
This commit is contained in:
Jens-Heiner Rechtien 2008-04-22 14:41:29 +00:00
parent 9670ec0310
commit 15b92f8969

View file

@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dispatch.cxx,v $
* $Revision: 1.55 $
* $Revision: 1.56 $
*
* This file is part of OpenOffice.org.
*
@ -892,8 +892,9 @@ void SfxDispatcher::DoDeactivate_Impl( sal_Bool bMDI, SfxViewFrame* pNew )
}
}
}
else
else {
DBG_TRACE( ByteString ("Non-MDI-DeActivate Dispatcher").Append(ByteString::CreateFromInt64( (sal_uIntPtr) this )).GetBuffer() );
}
if ( IsAppDispatcher() && !pSfxApp->IsDowning() )
return;