diff options
author | Noel Grandin <noel@peralex.com> | 2016-06-06 13:25:46 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-06-06 15:31:41 +0200 |
commit | dfa8ecef62f4f55aa614013a80ad9aeb61a4fdac (patch) | |
tree | b6910678c51b6aba2796cf6af324aa9e44e574ce /sd/source | |
parent | 55a07417c8df1f451cac33d5dfc6a2ef450fa544 (diff) |
Revert "Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy SfxModule flag""
This reverts commit abde31a2bc68302e1afafe1fcc3f5d85369010f8.
Since my analysis was completely incorrect, and the bug was elsewhere.
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/app/sdmod.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/app/sdmod.cxx b/sd/source/ui/app/sdmod.cxx index 59f62db036d0..9b540681a7b8 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"), false, +: SfxModule( ResMgr::CreateResMgr("sd"), pFact1, pFact2, nullptr ), pTransferClip(nullptr), pTransferDrag(nullptr), |