From b37e7aa35a1c927a7154f87c7f1ce75ce5a6a229 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Wed, 3 Jan 2018 14:08:55 +0100 Subject: lokdialog: Allow language switching in SfxModule(s). Change-Id: Icef0b3610c3bfa858cdd61de6ef3f5edc1e3c96b Reviewed-on: https://gerrit.libreoffice.org/47333 Reviewed-by: Michael Meeks Tested-by: Jan Holesovsky --- sd/source/ui/app/sdmod.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/app/sdmod.cxx b/sd/source/ui/app/sdmod.cxx index 3bb949c50d00..6f86e8dbc3fc 100644 --- a/sd/source/ui/app/sdmod.cxx +++ b/sd/source/ui/app/sdmod.cxx @@ -67,7 +67,7 @@ void SdModule::InitInterface_Impl() // Ctor SdModule::SdModule(SfxObjectFactory* pFact1, SfxObjectFactory* pFact2 ) -: SfxModule( ResMgr::CreateResMgr("sd"), {pFact1, pFact2} ), +: SfxModule("sd", {pFact1, pFact2}), pTransferClip(nullptr), pTransferDrag(nullptr), pTransferSelection(nullptr), -- cgit