diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-29 13:01:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-29 17:12:39 +0100 |
commit | 2813400886ad1b8dda4675e2696d4aa4c599fc8c (patch) | |
tree | c7aa6a99b738d7ae4f157d570535d031f78cd717 /vcl/source | |
parent | c920592d2e431d96a1a8c5896a23d7dc59b01cf6 (diff) |
svimpbox.hxx now only included by vcl
Change-Id: I0dd7691d0be8a3f54a7bcace17a36dce0ed17931
Reviewed-on: https://gerrit.libreoffice.org/81677
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/app/salvtables.cxx | 2 | ||||
-rw-r--r-- | vcl/source/treelist/svimpbox.cxx | 2 | ||||
-rw-r--r-- | vcl/source/treelist/treelistbox.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx index 83def998e546..c2701e4525ee 100644 --- a/vcl/source/app/salvtables.cxx +++ b/vcl/source/app/salvtables.cxx @@ -33,6 +33,7 @@ #include <salmenu.hxx> #include <strings.hrc> #include <svdata.hxx> +#include <svimpbox.hxx> #include <messagedialog.hxx> #include <treeglue.hxx> #include <unotools/accessiblerelationsethelper.hxx> @@ -56,7 +57,6 @@ #include <vcl/ptrstyle.hxx> #include <vcl/slider.hxx> #include <vcl/sysdata.hxx> -#include <vcl/svimpbox.hxx> #include <vcl/svlbitm.hxx> #include <vcl/svtabbx.hxx> #include <vcl/tabctrl.hxx> diff --git a/vcl/source/treelist/svimpbox.cxx b/vcl/source/treelist/svimpbox.cxx index 5a7308b8a3a3..e2dca323dd26 100644 --- a/vcl/source/treelist/svimpbox.cxx +++ b/vcl/source/treelist/svimpbox.cxx @@ -29,9 +29,9 @@ #include <vcl/treelistbox.hxx> #include <vcl/svlbitm.hxx> -#include <vcl/svimpbox.hxx> #include <tools/wintypes.hxx> #include <bitmaps.hlst> +#include <svimpbox.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <i18nlangtag/languagetag.hxx> diff --git a/vcl/source/treelist/treelistbox.cxx b/vcl/source/treelist/treelistbox.cxx index 239325e2ba0c..b7bd338ff831 100644 --- a/vcl/source/treelist/treelistbox.cxx +++ b/vcl/source/treelist/treelistbox.cxx @@ -42,7 +42,7 @@ #include <vcl/svlbitm.hxx> #include <vcl/treelistentry.hxx> #include <vcl/viewdataentry.hxx> -#include <vcl/svimpbox.hxx> +#include <svimpbox.hxx> #include <set> #include <string.h> |