diff options
Diffstat (limited to 'sc/source/ui/app/scdll.cxx')
-rw-r--r-- | sc/source/ui/app/scdll.cxx | 2 |
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)); |