summaryrefslogtreecommitdiff
path: root/svtools/source/uno/wizard/wizardpagecontroller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/uno/wizard/wizardpagecontroller.hxx')
-rw-r--r--svtools/source/uno/wizard/wizardpagecontroller.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/svtools/source/uno/wizard/wizardpagecontroller.hxx b/svtools/source/uno/wizard/wizardpagecontroller.hxx
index 0ce9f479067d..1a0161084867 100644
--- a/svtools/source/uno/wizard/wizardpagecontroller.hxx
+++ b/svtools/source/uno/wizard/wizardpagecontroller.hxx
@@ -21,10 +21,8 @@
#define INCLUDED_SVTOOLS_SOURCE_UNO_WIZARD_WIZARDPAGECONTROLLER_HXX
#include <vcl/wizardmachine.hxx>
-
#include <com/sun/star/ui/dialogs/XWizardController.hpp>
-
namespace svt { namespace uno
{
@@ -38,7 +36,7 @@ namespace svt { namespace uno
{
public:
WizardPageController(
- TabPageParent aParent,
+ weld::Container* pParent,
const css::uno::Reference< css::ui::dialogs::XWizardController >& i_rController,
const sal_Int16 i_nPageId
);
@@ -51,7 +49,6 @@ namespace svt { namespace uno
const css::uno::Reference< css::ui::dialogs::XWizardPage >&
getWizardPage() const { return m_xWizardPage; }
- TabPage* getTabPage() const;
private:
const css::uno::Reference< css::ui::dialogs::XWizardController > m_xController;