summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/tpaction.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/tpaction.hxx')
-rw-r--r--sd/source/ui/inc/tpaction.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/tpaction.hxx b/sd/source/ui/inc/tpaction.hxx
index fec2110a8008..0a1e4bf7829a 100644
--- a/sd/source/ui/inc/tpaction.hxx
+++ b/sd/source/ui/inc/tpaction.hxx
@@ -87,10 +87,10 @@ private:
static const char* GetClickActionSdResId(css::presentation::ClickAction eCA);
public:
- SdTPAction(TabPageParent pParent, const SfxItemSet& rInAttrs);
+ SdTPAction(weld::Container* pPage, weld::DialogController* pController, const SfxItemSet& rInAttrs);
virtual ~SdTPAction() override;
- static std::unique_ptr<SfxTabPage> Create( TabPageParent, const SfxItemSet& );
+ static std::unique_ptr<SfxTabPage> Create( weld::Container* pPage, weld::DialogController* pController, const SfxItemSet& );
virtual bool FillItemSet( SfxItemSet* ) override;
virtual void Reset( const SfxItemSet * ) override;