diff options
Diffstat (limited to 'sc/source/ui/inc/tphf.hxx')
-rw-r--r-- | sc/source/ui/inc/tphf.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/tphf.hxx b/sc/source/ui/inc/tphf.hxx index eadfedd9a256..9fd7324a398d 100644 --- a/sc/source/ui/inc/tphf.hxx +++ b/sc/source/ui/inc/tphf.hxx @@ -62,7 +62,7 @@ class ScHeaderPage : public ScHFPage { friend class VclPtr<ScHeaderPage>; public: - static VclPtr<SfxTabPage> Create( vcl::Window* pParent, const SfxItemSet* rSet ); + static VclPtr<SfxTabPage> Create( TabPageParent pParent, const SfxItemSet* rSet ); static const sal_uInt16* GetRanges(); private: @@ -73,7 +73,7 @@ class ScFooterPage : public ScHFPage { friend class VclPtr<ScFooterPage>; public: - static VclPtr<SfxTabPage> Create( vcl::Window* pParent, const SfxItemSet* rSet ); + static VclPtr<SfxTabPage> Create( TabPageParent pParent, const SfxItemSet* rSet ); static const sal_uInt16* GetRanges(); private: |