summaryrefslogtreecommitdiff
path: root/svtools/source/uno/wizard/wizardshell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/uno/wizard/wizardshell.hxx')
-rw-r--r--svtools/source/uno/wizard/wizardshell.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/uno/wizard/wizardshell.hxx b/svtools/source/uno/wizard/wizardshell.hxx
index f56451397d25..9f6fddc7977a 100644
--- a/svtools/source/uno/wizard/wizardshell.hxx
+++ b/svtools/source/uno/wizard/wizardshell.hxx
@@ -39,18 +39,18 @@ namespace svt { namespace uno
//= WizardShell
- typedef ::vcl::RoadmapWizard WizardShell_Base;
+ typedef ::vcl::RoadmapWizardMachine WizardShell_Base;
class WizardShell : public WizardShell_Base
{
public:
WizardShell(
- vcl::Window* _pParent,
+ weld::Window* pParent,
const css::uno::Reference< css::ui::dialogs::XWizardController >& i_rController,
const css::uno::Sequence< css::uno::Sequence< sal_Int16 > >& i_rPaths
);
// Dialog overridables
- virtual short Execute() override;
+ virtual short run() override;
// OWizardMachine overridables
virtual VclPtr<TabPage> createPage( WizardState i_nState ) override;