summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tpstat.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/tpstat.hxx')
-rw-r--r--sc/source/ui/inc/tpstat.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/tpstat.hxx b/sc/source/ui/inc/tpstat.hxx
index a317345dcadd..71d3dd7cd94b 100644
--- a/sc/source/ui/inc/tpstat.hxx
+++ b/sc/source/ui/inc/tpstat.hxx
@@ -25,8 +25,8 @@
class ScDocStatPage: public SfxTabPage
{
public:
- static std::unique_ptr<SfxTabPage> Create(TabPageParent pParent, const SfxItemSet* rSet);
- ScDocStatPage(TabPageParent pParent, const SfxItemSet& rSet);
+ static std::unique_ptr<SfxTabPage> Create(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* rSet);
+ ScDocStatPage(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet& rSet);
virtual ~ScDocStatPage() override;
protected: