diff options
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/hdft.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/hdft.hxx b/include/svx/hdft.hxx index 6ce1508b225a..dbca1f993e38 100644 --- a/include/svx/hdft.hxx +++ b/include/svx/hdft.hxx @@ -105,7 +105,7 @@ private: class SVX_DLLPUBLIC SvxHeaderPage : public SvxHFPage { public: - static VclPtr<SfxTabPage> Create( vcl::Window* pParent, const SfxItemSet* rSet ); + static VclPtr<SfxTabPage> Create( TabPageParent pParent, const SfxItemSet* rSet ); // returns the Which values to the range static const sal_uInt16* GetRanges() { return pRanges; } SVX_DLLPRIVATE SvxHeaderPage( vcl::Window* pParent, const SfxItemSet& rSet ); @@ -116,7 +116,7 @@ public: class SVX_DLLPUBLIC SvxFooterPage : public SvxHFPage { 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() { return pRanges; } SVX_DLLPRIVATE SvxFooterPage( vcl::Window* pParent, const SfxItemSet& rSet ); }; |