summaryrefslogtreecommitdiff
path: root/sd/source/ui/app/sdmod.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/app/sdmod.cxx')
-rw-r--r--sd/source/ui/app/sdmod.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sd/source/ui/app/sdmod.cxx b/sd/source/ui/app/sdmod.cxx
index ebef895ad347..bd0249929db0 100644
--- a/sd/source/ui/app/sdmod.cxx
+++ b/sd/source/ui/app/sdmod.cxx
@@ -53,7 +53,6 @@
#include "strings.hrc"
#include "res_bmp.hrc"
#include "cfgids.hxx"
-#include "tools/SdGlobalResourceContainer.hxx"
#define SdModule
@@ -77,7 +76,6 @@ SdModule::SdModule(SfxObjectFactory* pFact1, SfxObjectFactory* pFact2 )
pSearchItem(nullptr),
pNumberFormatter( nullptr ),
bWaterCan(false),
- mpResourceContainer(new ::sd::SdGlobalResourceContainer()),
mbEventListenerAdded(false),
mpColorConfig(new svtools::ColorConfig)
{
@@ -110,8 +108,6 @@ SdModule::~SdModule()
Application::RemoveEventListener( LINK( this, SdModule, EventListenerHdl ) );
}
- mpResourceContainer.reset();
-
delete mpErrorHdl;
mpVirtualRefDevice.disposeAndClear();
}