diff options
Diffstat (limited to 'include/sfx2/module.hxx')
-rw-r--r-- | include/sfx2/module.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/module.hxx b/include/sfx2/module.hxx index 363bbf92d748..824a9c8624b2 100644 --- a/include/sfx2/module.hxx +++ b/include/sfx2/module.hxx @@ -77,9 +77,9 @@ public: ResMgr* GetResMgr(); SfxSlotPool* GetSlotPool() const; - void RegisterToolBoxControl(SfxTbxCtrlFactory*); + void RegisterToolBoxControl(const SfxTbxCtrlFactory&); void RegisterChildWindow(SfxChildWinFactory*); - void RegisterStatusBarControl(SfxStbCtrlFactory*); + void RegisterStatusBarControl(const SfxStbCtrlFactory&); void RegisterMenuControl(const SfxMenuCtrlFactory&); virtual VclPtr<SfxTabPage> CreateTabPage( sal_uInt16 nId, |