diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-22 14:41:29 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2008-04-22 14:41:29 +0000 |
commit | 15b92f8969a3178241fddf635dd255c6cc40e9f1 (patch) | |
tree | f0c634de77c4535c7bfd058ba1e98434c9826859 /sfx2/source/control | |
parent | 9670ec0310f0db66ae82f2276ef817ccc3d22829 (diff) |
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)
Diffstat (limited to 'sfx2/source/control')
-rw-r--r-- | sfx2/source/control/dispatch.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx index faa37b570871..c497bbd2d29d 100644 --- a/sfx2/source/control/dispatch.cxx +++ b/sfx2/source/control/dispatch.cxx @@ -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; |