diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-08 09:02:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-07 22:01:02 +0100 |
commit | 6311f7ffce8f64b0773d2ad3ea7be3be683924c0 (patch) | |
tree | 67a59c93ca968838e86b63da214c75e98f8d0626 /sc/inc/pch/precompiled_scui.hxx | |
parent | 128bec2c4bf57c2d82ce61319cbd1778bcabfeb1 (diff) |
move SvTreeListBox to vcl
Change-Id: I04a146d3d8a428ac1678827dc883525c40240a44
Reviewed-on: https://gerrit.libreoffice.org/62787
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/inc/pch/precompiled_scui.hxx')
-rw-r--r-- | sc/inc/pch/precompiled_scui.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/pch/precompiled_scui.hxx b/sc/inc/pch/precompiled_scui.hxx index 244b05d121cb..e4b00da4a333 100644 --- a/sc/inc/pch/precompiled_scui.hxx +++ b/sc/inc/pch/precompiled_scui.hxx @@ -139,8 +139,6 @@ #include <svtools/collatorres.hxx> #include <svtools/ehdl.hxx> #include <svtools/sfxecode.hxx> -#include <svtools/svlbitm.hxx> -#include <svtools/treelistentry.hxx> #include <svx/algitem.hxx> #include <svx/colorbox.hxx> #include <svx/dlgutil.hxx> @@ -161,6 +159,8 @@ #include <unotools/transliterationwrapper.hxx> #include <unotools/useroptions.hxx> #include <userlist.hxx> +#include <vcl/svlbitm.hxx> +#include <vcl/treelistentry.hxx> #include <viewopti.hxx> #include <zforauto.hxx> |