diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-19 17:40:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-23 12:50:52 +0200 |
commit | 501c8d64b5831ccbf943db9342f337ed89ff0652 (patch) | |
tree | ebe0e2a011031970250efe68534d7076d3539794 /toolkit | |
parent | e2341bb8a43b9d6443a90e745b699f662550c64c (diff) |
move ListBox to toolkit-only headers
Change-Id: I6266dedb17cd7c3b730fc69804695536fef37cfc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96751
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/vclxtoolkit.cxx | 2 | ||||
-rw-r--r-- | toolkit/source/awt/vclxwindows.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/awt/vclxtoolkit.cxx b/toolkit/source/awt/vclxtoolkit.cxx index 540eba56a57c..4b4efaece266 100644 --- a/toolkit/source/awt/vclxtoolkit.cxx +++ b/toolkit/source/awt/vclxtoolkit.cxx @@ -96,7 +96,7 @@ #include <vcl/toolkit/prgsbar.hxx> #include <vcl/scheduler.hxx> #include <vcl/longcurr.hxx> -#include <vcl/lstbox.hxx> +#include <vcl/toolkit/lstbox.hxx> #include <vcl/menubtn.hxx> #include <vcl/stdtext.hxx> #include <vcl/scrbar.hxx> diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index e0d14698ab62..719ee7e56056 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -45,7 +45,7 @@ #include <vcl/button.hxx> #include <vcl/fmtfield.hxx> #include <vcl/graph.hxx> -#include <vcl/lstbox.hxx> +#include <vcl/toolkit/lstbox.hxx> #include <vcl/toolkit/combobox.hxx> #include <vcl/toolkit/field.hxx> #include <vcl/toolkit/fixedhyper.hxx> |