diff options
Diffstat (limited to 'cui/source/options/optctl.hxx')
-rw-r--r-- | cui/source/options/optctl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optctl.hxx b/cui/source/options/optctl.hxx index b377fda219be..05106a3c2350 100644 --- a/cui/source/options/optctl.hxx +++ b/cui/source/options/optctl.hxx @@ -45,7 +45,7 @@ public: SvxCTLOptionsPage( vcl::Window* pParent, const SfxItemSet& rSet ); virtual ~SvxCTLOptionsPage() override; virtual void dispose() override; - static VclPtr<SfxTabPage> Create( vcl::Window* pParent, const SfxItemSet* rAttrSet ); + static VclPtr<SfxTabPage> Create( TabPageParent pParent, const SfxItemSet* rAttrSet ); virtual bool FillItemSet( SfxItemSet* rSet ) override; virtual void Reset( const SfxItemSet* rSet ) override; }; |