diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-06 12:30:57 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-06 12:30:57 +0000 |
commit | ceb103fbce0e7bfa9c2a89ac0081814ad8973899 (patch) | |
tree | 54563997cf3d5f49cda7695835e557e1429e79ce /sfx2/source/appl/appcfg.cxx | |
parent | 634a7b408ed8eab13efd838c02934fc737863e9c (diff) |
INTEGRATION: CWS docking1 (1.51.26); FILE MERGED
2004/07/05 15:41:58 cd 1.51.26.1: #i30032# Don't create event configuration here. It is now created by SfxGlobalEvents_Impl
Diffstat (limited to 'sfx2/source/appl/appcfg.cxx')
-rw-r--r-- | sfx2/source/appl/appcfg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx index 648be84d45e4..2a39774c0418 100644 --- a/sfx2/source/appl/appcfg.cxx +++ b/sfx2/source/appl/appcfg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appcfg.cxx,v $ * - * $Revision: 1.51 $ + * $Revision: 1.52 $ * - * last change: $Author: hr $ $Date: 2004-03-08 16:26:52 $ + * last change: $Author: obo $ $Date: 2004-07-06 13:30:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1451,7 +1451,7 @@ void SfxApplication::NotifyEvent( const SfxEventHint& rEventHint, FASTBOOL bSync } // load on demand - pAppData_Impl->pEventConfig->GetAppEventConfig_Impl(); +// pAppData_Impl->pEventConfig->GetAppEventConfig_Impl(); //if ( bSynchron ) { |