diff options
author | Mathias Bauer <mba@openoffice.org> | 2001-06-11 08:50:12 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2001-06-11 08:50:12 +0000 |
commit | c4ad7277f1458ec261644f1fd74b11e62f0190db (patch) | |
tree | 90fdfb498a1ac84a2f93745ca9ae110244e971fd /sfx2/source/appl/appquit.cxx | |
parent | 2a4f12110c42fec16fb72fbb057884d3fd8d23d1 (diff) |
#87722#: deletion of ConfigManager moved to dtor
Diffstat (limited to 'sfx2/source/appl/appquit.cxx')
-rw-r--r-- | sfx2/source/appl/appquit.cxx | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/sfx2/source/appl/appquit.cxx b/sfx2/source/appl/appquit.cxx index 349e7be97afa..27366491b0b2 100644 --- a/sfx2/source/appl/appquit.cxx +++ b/sfx2/source/appl/appquit.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appquit.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: mba $ $Date: 2001-05-03 10:29:50 $ + * last change: $Author: mba $ $Date: 2001-06-11 09:50:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -250,9 +250,6 @@ void SfxApplication::Deinitialize() return; // Falls man nochmal beim Runterfahren in ein Reschedule l"auft -#if SUPD<613//MUSTINI - pAppData_Impl->EndListening( *pAppIniMgr ); -#endif pAppData_Impl->EndListening( *this ); if ( pAppData_Impl->pCancelMgr ) pAppData_Impl->EndListening( *pAppData_Impl->pCancelMgr ); @@ -344,7 +341,6 @@ void SfxApplication::Deinitialize() #ifndef PRODUCT DELETEX(pSlotPool); - SfxToolBoxConfig::Release(); DELETEX(pAppData_Impl->pEventConfig); DELETEX(pAppData_Impl->pMiscConfig); SfxMacroConfig::Release_Impl(); @@ -353,11 +349,6 @@ void SfxApplication::Deinitialize() DELETEX(pAppData_Impl->pInitLinkList); #endif -#if SUPD<613//MUSTINI - pAppIniMgr->LeaveLock(); -#endif - DELETEZ(pCfgMgr); - #ifndef PRODUCT DELETEX(pImp->pTbxCtrlFac); DELETEX(pImp->pStbCtrlFac); |