summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appquit.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-11-05 07:59:34 +0000
committerMathias Bauer <mba@openoffice.org>2001-11-05 07:59:34 +0000
commite2f66ca70dd75fc9d47d9f60a4c80c629b916f9e (patch)
tree7ebd4b5d25b18d2296c0b695f6f5a3996b09e2b0 /sfx2/source/appl/appquit.cxx
parenta5416b2131aff17bfd2b60f5e1a12d2ea7c1bb74 (diff)
#94037#: SvFactory::DeInit must wait until ConfigManager is deleted
Diffstat (limited to 'sfx2/source/appl/appquit.cxx')
-rw-r--r--sfx2/source/appl/appquit.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sfx2/source/appl/appquit.cxx b/sfx2/source/appl/appquit.cxx
index 63be781c2e26..b42456c6e67c 100644
--- a/sfx2/source/appl/appquit.cxx
+++ b/sfx2/source/appl/appquit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appquit.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: mba $ $Date: 2001-10-11 07:45:31 $
+ * last change: $Author: mba $ $Date: 2001-11-05 08:57:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -321,7 +321,6 @@ void SfxApplication::Deinitialize()
DELETEX(pAppData_Impl->pMatcher);
DELETEX(pAppData_Impl->pSfxFrameObjectFactoryPtr);
DELETEX(pAppData_Impl->pSfxPluginObjectFactoryPtr);
- SvFactory::DeInit();
SfxPickList_Impl::Delete();
delete pAppData_Impl->pLabelResMgr;