diff options
Diffstat (limited to 'cui/source/options/optupdt.hxx')
-rw-r--r-- | cui/source/options/optupdt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optupdt.hxx b/cui/source/options/optupdt.hxx index 788ae988f92e..5e09143ca61a 100644 --- a/cui/source/options/optupdt.hxx +++ b/cui/source/options/optupdt.hxx @@ -61,7 +61,7 @@ public: virtual ~SvxOnlineUpdateTabPage() override; virtual void dispose() override; - static VclPtr<SfxTabPage> Create( vcl::Window* pParent, const SfxItemSet* rSet ); + static VclPtr<SfxTabPage> Create( TabPageParent pParent, const SfxItemSet* rSet ); virtual bool FillItemSet( SfxItemSet* rSet ) override; virtual void Reset( const SfxItemSet* rSet ) override; |