diff options
Diffstat (limited to 'cui/source/inc/macroass.hxx')
-rw-r--r-- | cui/source/inc/macroass.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/macroass.hxx b/cui/source/inc/macroass.hxx index 07ed15d2108a..2069cc4c2ea7 100644 --- a/cui/source/inc/macroass.hxx +++ b/cui/source/inc/macroass.hxx @@ -51,7 +51,7 @@ class SfxMacroTabPage final : public SfxTabPage public: SfxMacroTabPage( - TabPageParent pParent, + weld::Container* pPage, weld::DialogController* pController, const css::uno::Reference< css::frame::XFrame >& rxDocumentFrame, const SfxItemSet& rSet ); @@ -72,7 +72,7 @@ public: bool IsReadOnly() const override; // --------- inherit from the base ------------- - static std::unique_ptr<SfxTabPage> Create( TabPageParent pParent, const SfxItemSet* rAttrSet ); + static std::unique_ptr<SfxTabPage> Create( weld::Container* pPage, weld::DialogController* pController, const SfxItemSet* rAttrSet ); }; class SfxMacroAssignDlg : public SfxSingleTabDialogController |