diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-08-30 09:57:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-08-30 17:13:57 +0200 |
commit | 412c1a3089904a95e18b3ac34eb432e4b87c8fbb (patch) | |
tree | c84808cd524a76851a9c0e987899ff58b24d8a3f /include/svx | |
parent | 340bde53376dfa844270bcdf991b5f4183981bb9 (diff) |
weld SvxHeaderPage/SvxHeaderPage
Change-Id: I86f14a38c32baf46ccb5674005192fea2665719d
Reviewed-on: https://gerrit.libreoffice.org/59801
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
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 d7d910c772ba..6a0eeb7980a3 100644 --- a/include/svx/hdft.hxx +++ b/include/svx/hdft.hxx @@ -104,7 +104,7 @@ public: 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 ); + SVX_DLLPRIVATE SvxHeaderPage(TabPageParent pParent, const SfxItemSet& rSet); }; class SVX_DLLPUBLIC SvxFooterPage : public SvxHFPage @@ -112,7 +112,7 @@ class SVX_DLLPUBLIC SvxFooterPage : public SvxHFPage public: 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 ); + SVX_DLLPRIVATE SvxFooterPage(TabPageParent pParent, const SfxItemSet& rSet); }; class SVX_DLLPUBLIC DeleteHeaderDialog : public weld::MessageDialogController |