diff options
Diffstat (limited to 'sc/source/ui/inc/tpstat.hxx')
-rw-r--r-- | sc/source/ui/inc/tpstat.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/tpstat.hxx b/sc/source/ui/inc/tpstat.hxx index 9afc120c3ec4..299b703fcf11 100644 --- a/sc/source/ui/inc/tpstat.hxx +++ b/sc/source/ui/inc/tpstat.hxx @@ -27,7 +27,7 @@ class ScDocStatPage: public SfxTabPage { friend class VclPtr<ScDocStatPage>; public: - static VclPtr<SfxTabPage> Create( vcl::Window* pParent, const SfxItemSet* rSet ); + static VclPtr<SfxTabPage> Create( TabPageParent pParent, const SfxItemSet* rSet ); virtual ~ScDocStatPage() override; virtual void dispose() override; |