summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-02-02 19:19:21 +0200
committerTor Lillqvist <tml@collabora.com>2017-02-02 19:20:10 +0200
commit90c4e14a06d48b369a5bbb93054bb6d51f81c347 (patch)
tree877ed31e8b61500e94a9da038683b82865ec8802
parent6263d03d538f014af2e17a4ecf3d218387ba5219 (diff)
Bin code that has been in #if 0 since 2011
Change-Id: I218f94c546fb1635691e33e41f6e3f69b93b8f83
-rw-r--r--sw/source/uibase/app/swdll.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/uibase/app/swdll.cxx b/sw/source/uibase/app/swdll.cxx
index d621e4783bfb..6a9d689aacac 100644
--- a/sw/source/uibase/app/swdll.cxx
+++ b/sw/source/uibase/app/swdll.cxx
@@ -166,12 +166,6 @@ SwDLL::~SwDLL()
::FinitCore();
// sign out Objekt-Factory
SdrObjFactory::RemoveMakeObjectHdl(LINK(&aSwObjectFactory, SwObjectFactory, MakeObject ));
-#if 0
- // the SwModule must be destroyed
- SwModule** ppShlPtr = (SwModule**) GetAppData(SHL_WRITER);
- delete (*ppShlPtr);
- (*ppShlPtr) = NULL;
-#endif
}
sw::Filters & SwDLL::getFilters()