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 /sfx2/inc | |
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 'sfx2/inc')
-rw-r--r-- | sfx2/inc/pch/precompiled_sfx.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx index 079cca3ddb51..654a08c76255 100644 --- a/sfx2/inc/pch/precompiled_sfx.hxx +++ b/sfx2/inc/pch/precompiled_sfx.hxx @@ -387,7 +387,6 @@ #include <svtools/embedhlp.hxx> #include <svtools/helpopt.hxx> #include <svtools/imagemgr.hxx> -#include <svtools/imapobj.hxx> #include <svtools/menuoptions.hxx> #include <svtools/miscopt.hxx> #include <svtools/parhtml.hxx> @@ -395,7 +394,6 @@ #include <svtools/soerr.hxx> #include <svtools/svtdllapi.h> #include <svtools/svtresid.hxx> -#include <svtools/treelistentry.hxx> #include <toolkit/awt/vclxmenu.hxx> #include <toolkit/helper/convert.hxx> #include <toolkit/helper/vclunohelper.hxx> @@ -531,5 +529,7 @@ #include <sfx2/viewfac.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/viewsh.hxx> +#include <vcl/imapobj.hxx> +#include <vcl/treelistentry.hxx> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |