diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-08-27 17:02:03 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-08-27 20:14:21 +0200 |
commit | 45649f44caf009941aadd6e37b3215e714a718da (patch) | |
tree | 3babf0ec66689880d22b28f5bd8f56b6c200df76 /vcl/source/control | |
parent | 0319ebeca61a8eb73c6bdacc25639658fe3b9fba (diff) |
SvtIconChoiceCtrl can move into toolkit only headers
Change-Id: Ice3c01019d3e961c0ef1dce7d3eaf4f602269fff
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101488
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/control')
-rw-r--r-- | vcl/source/control/imivctl.hxx | 2 | ||||
-rw-r--r-- | vcl/source/control/imivctl1.cxx | 2 | ||||
-rw-r--r-- | vcl/source/control/ivctrl.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/control/imivctl.hxx b/vcl/source/control/imivctl.hxx index 797cf6ebb9be..d361b28c8ce3 100644 --- a/vcl/source/control/imivctl.hxx +++ b/vcl/source/control/imivctl.hxx @@ -23,7 +23,7 @@ #include <sal/config.h> #include <o3tl/safeint.hxx> -#include <vcl/ivctrl.hxx> +#include <vcl/toolkit/ivctrl.hxx> #include <vcl/virdev.hxx> #include <vcl/scrbar.hxx> #include <vcl/timer.hxx> diff --git a/vcl/source/control/imivctl1.cxx b/vcl/source/control/imivctl1.cxx index aa088ab5ca37..7ba4ef997499 100644 --- a/vcl/source/control/imivctl1.cxx +++ b/vcl/source/control/imivctl1.cxx @@ -33,7 +33,7 @@ #include <vcl/settings.hxx> #include <vcl/commandevent.hxx> -#include <vcl/ivctrl.hxx> +#include <vcl/toolkit/ivctrl.hxx> #include "imivctl.hxx" #include <algorithm> diff --git a/vcl/source/control/ivctrl.cxx b/vcl/source/control/ivctrl.cxx index 71b6b98df54f..bb4be632334a 100644 --- a/vcl/source/control/ivctrl.cxx +++ b/vcl/source/control/ivctrl.cxx @@ -18,7 +18,7 @@ */ -#include <vcl/ivctrl.hxx> +#include <vcl/toolkit/ivctrl.hxx> #include "imivctl.hxx" #include <vcl/accessiblefactory.hxx> #include <vcl/bitmapex.hxx> |