summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appcfg.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-03-08 15:26:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-03-08 15:26:52 +0000
commitae5e85c50c3c84320147bf24c064f4b95b18d3a9 (patch)
treec46dedcaff3e789557cf380e0066586a643b223a /sfx2/source/appl/appcfg.cxx
parentf00602e0829a1be3b0f63afa5984260bc219c9c6 (diff)
INTEGRATION: CWS mbaqfixes (1.49.4); FILE MERGED
2004/02/23 17:32:21 mba 1.49.4.1: #i23246#: wrong Impl. of queryDispatches; #
Diffstat (limited to 'sfx2/source/appl/appcfg.cxx')
-rw-r--r--sfx2/source/appl/appcfg.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx
index 37791b79f6..6d34f2aa0d 100644
--- a/sfx2/source/appl/appcfg.cxx
+++ b/sfx2/source/appl/appcfg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appcfg.cxx,v $
*
- * $Revision: 1.50 $
+ * $Revision: 1.51 $
*
- * last change: $Author: kz $ $Date: 2004-02-26 13:02:10 $
+ * last change: $Author: hr $ $Date: 2004-03-08 16:26:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1453,14 +1453,14 @@ void SfxApplication::NotifyEvent( const SfxEventHint& rEventHint, FASTBOOL bSync
// load on demand
pAppData_Impl->pEventConfig->GetAppEventConfig_Impl();
- if ( bSynchron )
+ //if ( bSynchron )
{
Broadcast(rEventHint);
if ( pDoc )
pDoc->Broadcast( rEventHint );
}
- else
- new SfxEventAsyncer_Impl( rEventHint );
+ //else
+// new SfxEventAsyncer_Impl( rEventHint );
}
//-------------------------------------------------------------------------