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 /starmath | |
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 'starmath')
-rw-r--r-- | starmath/source/smmod.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/smmod.cxx b/starmath/source/smmod.cxx index 1d8fa98f2ea8..02a45263e2ff 100644 --- a/starmath/source/smmod.cxx +++ b/starmath/source/smmod.cxx @@ -159,7 +159,7 @@ void SmModule::InitInterface_Impl() } SmModule::SmModule(SfxObjectFactory* pObjFact) : - SfxModule(ResMgr::CreateResMgr("sm"), false, pObjFact, nullptr) + SfxModule(ResMgr::CreateResMgr("sm"), pObjFact, nullptr) { SetName("StarMath"); |