summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basicmod.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/basicmod.hxx')
-rw-r--r--basctl/source/basicide/basicmod.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/basctl/source/basicide/basicmod.hxx b/basctl/source/basicide/basicmod.hxx
index ffc960cea598..7dcee5a16420 100644
--- a/basctl/source/basicide/basicmod.hxx
+++ b/basctl/source/basicide/basicmod.hxx
@@ -29,9 +29,10 @@ namespace basctl
class Module : public SfxModule
{
public:
- Module ( ResMgr *pMgr, SfxObjectFactory *pObjFact) :
- SfxModule( pMgr, {pObjFact} )
- { }
+ Module(const std::locale& rResLocale, SfxObjectFactory *pObjFact)
+ : SfxModule(rResLocale, {pObjFact})
+ {
+ }
};
} // namespace basctl