diff options
Diffstat (limited to 'cui/source/inc/page.hxx')
-rw-r--r-- | cui/source/inc/page.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/page.hxx b/cui/source/inc/page.hxx index 3448d8572202..04648e4342ac 100644 --- a/cui/source/inc/page.hxx +++ b/cui/source/inc/page.hxx @@ -161,8 +161,8 @@ protected: virtual DeactivateRC DeactivatePage( SfxItemSet* pSet ) override; public: - SvxPageDescPage(TabPageParent pParent, const SfxItemSet& rSet); - static std::unique_ptr<SfxTabPage> Create( TabPageParent pParent, const SfxItemSet* rSet ); + SvxPageDescPage(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet& rSet); + static std::unique_ptr<SfxTabPage> Create( weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* rSet ); virtual ~SvxPageDescPage() override; // returns the range of the Which values |