summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-06-11 09:02:02 +0000
committerMathias Bauer <mba@openoffice.org>2001-06-11 09:02:02 +0000
commitdcc56c1c6c5810b590399b99c6c75ad8406805b8 (patch)
tree880f862728d213bae8027d5218e3ddc3b87f0681
parent64ac5d117081eb2b236a4a3e76d8c41abe031ffd (diff)
#87722#: deletion of new members for UI configuration
-rw-r--r--sfx2/source/doc/objxtor.cxx18
1 files changed, 10 insertions, 8 deletions
diff --git a/sfx2/source/doc/objxtor.cxx b/sfx2/source/doc/objxtor.cxx
index 94c76ecf87cd..7f4dc035a47c 100644
--- a/sfx2/source/doc/objxtor.cxx
+++ b/sfx2/source/doc/objxtor.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: objxtor.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: ab $ $Date: 2001-05-11 15:28:34 $
+ * last change: $Author: mba $ $Date: 2001-06-11 10:02:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,11 +97,7 @@
#ifndef _SBXCLASS_HXX //autogen
#include <svtools/sbx.hxx>
#endif
-#if SUPD<613//MUSTINI
-#ifndef _SFXINIMGR_HXX //autogen
-#include <svtools/iniman.hxx>
-#endif
-#endif
+
#include "objsh.hxx"
#ifndef _BASIC_SBUNO_HXX
@@ -142,6 +138,9 @@
#include "basmgr.hxx"
#include "dlgcont.hxx"
#include "scriptcont.hxx"
+#include "imgmgr.hxx"
+#include "tbxconf.hxx"
+#include "accmgr.hxx"
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::script;
@@ -244,8 +243,11 @@ SfxObjectShell::~SfxObjectShell()
DELETEX(pMedium);
DELETEX(pImp->pEventConfig);
+ DELETEX(pImp->pImageManager);
+ DELETEX(pImp->pTbxConfig);
DELETEX(pImp->pCfgMgr);
- DELETEX( pImp->pReloadTimer );
+ DELETEX(pImp->pReloadTimer );
+ DELETEX(pImp->pAccMgr);
SfxApplication *pSfxApp = SFX_APP();
if ( USHRT_MAX != pImp->nVisualDocumentNumber )