diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-08-10 21:11:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-08-12 20:22:57 +0200 |
commit | 4ddafa14d70567a4e4581310a7cc83eafc1b776f (patch) | |
tree | 122e36715b0335cf25dcae6554d17407b2402e21 /toolkit | |
parent | 7b314c6aceb51d01b9b4314764b0f5852b4fb655 (diff) |
svlbitm.hxx can be toolkit only now
Change-Id: Ie5ad0febca0747fa66c2caede619d14e468da032
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100498
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/controls/tree/treecontrolpeer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/tree/treecontrolpeer.cxx b/toolkit/source/controls/tree/treecontrolpeer.cxx index cefb7d4762ea..00423e7a2a2f 100644 --- a/toolkit/source/controls/tree/treecontrolpeer.cxx +++ b/toolkit/source/controls/tree/treecontrolpeer.cxx @@ -38,7 +38,7 @@ #include <vcl/treelistbox.hxx> #include <vcl/treelistentry.hxx> #include <vcl/viewdataentry.hxx> -#include <vcl/svlbitm.hxx> +#include <vcl/toolkit/svlbitm.hxx> #include <map> |