summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appcfg.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-26 07:28:11 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-26 07:28:11 +0000
commitb8a249cd8899f81b54a2e58c8a2c345da568e83c (patch)
treeae452059232a2e480947084f321b58db6a48d17e /sfx2/source/appl/appcfg.cxx
parent5e8f66a957278ea054013f4dfbdf382e9a0f21d7 (diff)
INTEGRATION: CWS fwk03 (1.45.20); FILE MERGED
2003/05/20 14:50:37 mba 1.45.20.1: #109739#: event processing always uses Notification
Diffstat (limited to 'sfx2/source/appl/appcfg.cxx')
-rw-r--r--sfx2/source/appl/appcfg.cxx13
1 files changed, 5 insertions, 8 deletions
diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx
index af5077a676fe..195f0b9bc11a 100644
--- a/sfx2/source/appl/appcfg.cxx
+++ b/sfx2/source/appl/appcfg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appcfg.cxx,v $
*
- * $Revision: 1.45 $
+ * $Revision: 1.46 $
*
- * last change: $Author: rt $ $Date: 2003-04-17 16:47:06 $
+ * last change: $Author: vg $ $Date: 2003-05-26 08:28:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1444,12 +1444,9 @@ void SfxApplication::NotifyEvent( const SfxEventHint& rEventHint, FASTBOOL bSync
if ( pDoc && pDoc->IsPreview() )
return;
- pAppData_Impl->pEventConfig->ExecuteEvent( rEventHint.GetEventId(), pDoc, bSynchron, rEventHint.GetArgs() );
-/*
- else
- // is loaded on demand!
- pDoc->GetEventConfig_Impl();
-*/
+ // load on demand
+ pAppData_Impl->pEventConfig->GetAppEventConfig_Impl();
+
if ( bSynchron )
{
Broadcast(rEventHint);