From 07083030e3f6f6b1ab1b91bdb1f8a0ea72361396 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 3 Aug 2019 20:31:00 +0100 Subject: move RoadmapWizard to vcl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iae2f5e0ac52dcf862035508db3a22cfd86d02d8f Reviewed-on: https://gerrit.libreoffice.org/76903 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- svtools/source/uno/wizard/wizardshell.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svtools/source/uno/wizard') diff --git a/svtools/source/uno/wizard/wizardshell.hxx b/svtools/source/uno/wizard/wizardshell.hxx index 2b17fcff5167..320d31e6330a 100644 --- a/svtools/source/uno/wizard/wizardshell.hxx +++ b/svtools/source/uno/wizard/wizardshell.hxx @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include @@ -37,7 +37,7 @@ namespace svt { namespace uno //= WizardShell - typedef ::svt::RoadmapWizard WizardShell_Base; + typedef ::vcl::RoadmapWizard WizardShell_Base; class WizardShell : public WizardShell_Base { public: -- cgit