diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-04-28 10:32:43 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-04-30 12:27:04 +0200 |
commit | e1a928f28ac70c4b13cf4b6fe73e7b33e2e86d2f (patch) | |
tree | ae7b7b82aa986368406b19ddea45983c54b849be /sw/source | |
parent | 60095b481d9663f7bcfe8078d669030ab2bc6a05 (diff) |
tdf#62699 Drop pass-through header file include/svx/xlineit.hxx
Change-Id: I3ae76558f476934dffc2b43b19af848b5ad5015e
Reviewed-on: https://gerrit.libreoffice.org/71454
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/filter/ww8/ww8graf.cxx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8graf.cxx b/sw/source/filter/ww8/ww8graf.cxx index 7db149746c7a..49440291710a 100644 --- a/sw/source/filter/ww8/ww8graf.cxx +++ b/sw/source/filter/ww8/ww8graf.cxx @@ -26,7 +26,15 @@ #include <svx/sdtaitm.hxx> #include <editeng/lrspitem.hxx> #include <editeng/udlnitem.hxx> -#include <svx/xlineit.hxx> +#include <svx/xlnclit.hxx> +#include <svx/xlnwtit.hxx> +#include <svx/xlndsit.hxx> +#include <svx/xlnstit.hxx> +#include <svx/xlnedit.hxx> +#include <svx/xlnstwit.hxx> +#include <svx/xlnedwit.hxx> +#include <svx/xlnstcit.hxx> +#include <svx/xlnedcit.hxx> #include <svx/xflclit.hxx> #include <svx/xbtmpit.hxx> #include <svx/svdmodel.hxx> |