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 /extensions | |
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 'extensions')
-rw-r--r-- | extensions/source/abpilot/abspilot.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/abpilot/abspilot.hxx b/extensions/source/abpilot/abspilot.hxx index b55122eebf84..a161181e2518 100644 --- a/extensions/source/abpilot/abspilot.hxx +++ b/extensions/source/abpilot/abspilot.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ABSPILOT_HXX #define INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ABSPILOT_HXX -#include <svtools/roadmapwizard.hxx> +#include <vcl/roadmapwizard.hxx> #include "addresssettings.hxx" #include <vcl/fixed.hxx> #include "datasourcehandling.hxx" @@ -29,7 +29,7 @@ namespace abp { - typedef ::svt::RoadmapWizard OAddressBookSourcePilot_Base; + typedef ::vcl::RoadmapWizard OAddressBookSourcePilot_Base; class OAddressBookSourcePilot final : public OAddressBookSourcePilot_Base { css::uno::Reference< css::uno::XComponentContext > |