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 /sw/source/uibase/dochdl | |
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 'sw/source/uibase/dochdl')
-rw-r--r-- | sw/source/uibase/dochdl/swdtflvr.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/dochdl/swdtflvr.cxx b/sw/source/uibase/dochdl/swdtflvr.cxx index 2fffef5820de..4d03ac063bf4 100644 --- a/sw/source/uibase/dochdl/swdtflvr.cxx +++ b/sw/source/uibase/dochdl/swdtflvr.cxx @@ -45,7 +45,7 @@ #include <vcl/weld.hxx> #include <sfx2/dispatch.hxx> #include <svl/stritem.hxx> -#include <svtools/imap.hxx> +#include <vcl/imap.hxx> #include <sot/storage.hxx> #include <vcl/graph.hxx> #include <svl/urihelper.hxx> @@ -59,12 +59,12 @@ #include <svl/urlbmk.hxx> #include <svtools/htmlout.hxx> #include <svx/hlnkitem.hxx> -#include <svtools/inetimg.hxx> +#include <vcl/inetimg.hxx> #include <editeng/paperinf.hxx> #include <svx/fmview.hxx> #include <editeng/scripttypeitem.hxx> #include <sfx2/docfilt.hxx> -#include <svtools/imapobj.hxx> +#include <vcl/imapobj.hxx> #include <sfx2/docfile.hxx> #include <unotools/transliterationwrapper.hxx> #include <unotools/streamwrap.hxx> |