From 15b92f8969a3178241fddf635dd255c6cc40e9f1 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 22 Apr 2008 14:41:29 +0000 Subject: [PATCH] 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) --- sfx2/source/control/dispatch.cxx | 5 +++-- 1 file 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;