summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-06-06 13:25:46 +0200
committerNoel Grandin <noel@peralex.com>2016-06-06 15:31:41 +0200
commitdfa8ecef62f4f55aa614013a80ad9aeb61a4fdac (patch)
treeb6910678c51b6aba2796cf6af324aa9e44e574ce /basctl
parent55a07417c8df1f451cac33d5dfc6a2ef450fa544 (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.hxx2
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; }