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 /basctl | |
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 'basctl')
-rw-r--r-- | basctl/source/basicide/basicmod.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/basicmod.hxx b/basctl/source/basicide/basicmod.hxx index f4629278a003..b52a1c7a35a3 100644 --- a/basctl/source/basicide/basicmod.hxx +++ b/basctl/source/basicide/basicmod.hxx @@ -31,7 +31,7 @@ class Module : public SfxModule static Module* mpModule; public: Module ( ResMgr *pMgr, SfxObjectFactory *pObjFact) : - SfxModule( pMgr, false, pObjFact, nullptr ) + SfxModule( pMgr, pObjFact, nullptr ) { } public: static Module*& Get () { return mpModule; } |