diff options
Diffstat (limited to 'cui/source/options/optsave.hxx')
-rw-r--r-- | cui/source/options/optsave.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optsave.hxx b/cui/source/options/optsave.hxx index f6957eede0c9..49281718c1b2 100644 --- a/cui/source/options/optsave.hxx +++ b/cui/source/options/optsave.hxx @@ -80,7 +80,7 @@ public: virtual ~SvxSaveTabPage() 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; |