summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:41:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2008-04-22 14:41:29 +0000
commit0e0fabd3eb337fcef65f74a701ac7354a141de4c (patch)
tree9f5a549988cfa951a33482a1252fe886fb2b740c /sfx2
parentfa761c81389267095f7be78efa30649a6680fa71 (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')
-rw-r--r--sfx2/source/control/dispatch.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/control/dispatch.cxx b/sfx2/source/control/dispatch.cxx
index 1e9d5b4971..6aecef4614 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;