diff options
Diffstat (limited to 'cui/source/inc/optpath.hxx')
-rw-r--r-- | cui/source/inc/optpath.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/optpath.hxx b/cui/source/inc/optpath.hxx index d37571e64a97..a9d72a5176af 100644 --- a/cui/source/inc/optpath.hxx +++ b/cui/source/inc/optpath.hxx @@ -74,7 +74,7 @@ public: virtual ~SvxPathTabPage() 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; |