diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-09-14 20:16:56 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-09-15 16:26:26 +0200 |
commit | 72d3b352905d49b7ac8fb9f466d5df3cf1bc8c09 (patch) | |
tree | 5e353fd3a779cd82455914f1ac3d829565b9decb /svtools/source/uno | |
parent | 04f326cee7678be86db3bb826f6f83918d7a239a (diff) |
split RoadmapWizard into its own header
Change-Id: Ic0b790a6535f09782a9cb0fa1add480cbbe8c503
Reviewed-on: https://gerrit.libreoffice.org/78922
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')
-rw-r--r-- | svtools/source/uno/wizard/wizardshell.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uno/wizard/wizardshell.hxx b/svtools/source/uno/wizard/wizardshell.hxx index 6217f5822770..f56451397d25 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 <vcl/roadmapwizard.hxx> +#include <vcl/wizdlg.hxx> #include <map> #include <memory> |