diff options
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/app/sdmod.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/app/sdmod.cxx b/sd/source/ui/app/sdmod.cxx index 9b540681a7b8..1f821f0b652f 100644 --- a/sd/source/ui/app/sdmod.cxx +++ b/sd/source/ui/app/sdmod.cxx @@ -67,8 +67,7 @@ void SdModule::InitInterface_Impl() // Ctor SdModule::SdModule(SfxObjectFactory* pFact1, SfxObjectFactory* pFact2 ) -: SfxModule( ResMgr::CreateResMgr("sd"), - pFact1, pFact2, nullptr ), +: SfxModule( ResMgr::CreateResMgr("sd"), {pFact1, pFact2} ), pTransferClip(nullptr), pTransferDrag(nullptr), pTransferSelection(nullptr), |