summaryrefslogtreecommitdiff
path: root/sc/source/ui
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui')
-rw-r--r--sc/source/ui/app/scdll.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/app/scdll.cxx b/sc/source/ui/app/scdll.cxx
index 7c555111b6db..f857c6593888 100644
--- a/sc/source/ui/app/scdll.cxx
+++ b/sc/source/ui/app/scdll.cxx
@@ -116,8 +116,6 @@ void ScDLL::Init()
if ( SfxApplication::GetModule(SfxToolsModule::Calc) ) // Module already active
return;
- ScDocumentPool::InitVersionMaps(); // Is needed in the ScModule ctor
-
auto pUniqueModule = o3tl::make_unique<ScModule>(&ScDocShell::Factory());
ScModule* pMod = pUniqueModule.get();
SfxApplication::SetModule(SfxToolsModule::Calc, std::move(pUniqueModule));