From 028fd03cdf4d3d8072289a5c4d476435c18f90d0 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/47385 Tested-by: Jenkins Reviewed-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 61dd5e6b10a4..9d9eaa53aecb 100644 --- a/sd/source/ui/app/sdmod.cxx +++ b/sd/source/ui/app/sdmod.cxx @@ -65,7 +65,7 @@ void SdModule::InitInterface_Impl() // Ctor SdModule::SdModule(SfxObjectFactory* pFact1, SfxObjectFactory* pFact2 ) -: SfxModule( Translate::Create("sd"), {pFact1, pFact2} ), +: SfxModule("sd", {pFact1, pFact2}), pTransferClip(nullptr), pTransferDrag(nullptr), pTransferSelection(nullptr), -- cgit