diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-08-03 20:31:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-08-17 16:31:30 +0200 |
commit | 07083030e3f6f6b1ab1b91bdb1f8a0ea72361396 (patch) | |
tree | 5f3ff975fbf75e3fc9350707be00d3ff3c0cce2b /svtools/source/uno/wizard/wizardshell.hxx | |
parent | d30ab819b80e67119e17d3e4243cab88c508ebae (diff) |
move RoadmapWizard to vcl
Change-Id: Iae2f5e0ac52dcf862035508db3a22cfd86d02d8f
Reviewed-on: https://gerrit.libreoffice.org/76903
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/source/uno/wizard/wizardshell.hxx')
-rw-r--r-- | svtools/source/uno/wizard/wizardshell.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 <com/sun/star/ui/dialogs/XWizardController.hpp> #include <com/sun/star/ui/dialogs/XWizard.hpp> -#include <svtools/roadmapwizard.hxx> +#include <vcl/roadmapwizard.hxx> #include <map> #include <memory> @@ -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: |