diff options
Diffstat (limited to 'cui/source/options/connpooloptions.hxx')
-rw-r--r-- | cui/source/options/connpooloptions.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/connpooloptions.hxx b/cui/source/options/connpooloptions.hxx index 36f06b7eaf39..cfbd148a364c 100644 --- a/cui/source/options/connpooloptions.hxx +++ b/cui/source/options/connpooloptions.hxx @@ -50,7 +50,7 @@ namespace offapp ConnectionPoolOptionsPage(vcl::Window* _pParent, const SfxItemSet& _rAttrSet); virtual ~ConnectionPoolOptionsPage() override; virtual void dispose() override; - static VclPtr<SfxTabPage> Create(vcl::Window* _pParent, const SfxItemSet* _rAttrSet); + static VclPtr<SfxTabPage> Create(TabPageParent _pParent, const SfxItemSet* _rAttrSet); private: virtual bool EventNotify( NotifyEvent& _rNEvt ) override; |