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 /cui | |
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 'cui')
-rw-r--r-- | cui/source/dialogs/cuiimapwnd.cxx | 1 | ||||
-rw-r--r-- | cui/source/tabpages/tpline.cxx | 11 | ||||
-rw-r--r-- | cui/source/tabpages/tplnedef.cxx | 3 | ||||
-rw-r--r-- | cui/source/tabpages/tplneend.cxx | 6 |
4 files changed, 20 insertions, 1 deletions
diff --git a/cui/source/dialogs/cuiimapwnd.cxx b/cui/source/dialogs/cuiimapwnd.cxx index 7634ea091aed..c4b41afcad54 100644 --- a/cui/source/dialogs/cuiimapwnd.cxx +++ b/cui/source/dialogs/cuiimapwnd.cxx @@ -34,7 +34,6 @@ #include <svx/xfltrit.hxx> #include <svx/svdpagv.hxx> #include <svl/urihelper.hxx> -#include <svx/xlineit.hxx> #include <sot/formats.hxx> diff --git a/cui/source/tabpages/tpline.cxx b/cui/source/tabpages/tpline.cxx index e2aad7f8f8a9..481dee2f39c2 100644 --- a/cui/source/tabpages/tpline.cxx +++ b/cui/source/tabpages/tpline.cxx @@ -27,6 +27,17 @@ #include <strings.hrc> #include <svx/colorbox.hxx> #include <svx/xattr.hxx> +#include <svx/xlndsit.hxx> +#include <svx/xlnwtit.hxx> +#include <svx/xlnstwit.hxx> +#include <svx/xlnedwit.hxx> +#include <svx/xlnclit.hxx> +#include <svx/xlnstit.hxx> +#include <svx/xlnedit.hxx> +#include <svx/xlnstcit.hxx> +#include <svx/xlnedcit.hxx> + + #include <svx/xpool.hxx> #include <svx/xtable.hxx> #include <svx/drawitem.hxx> diff --git a/cui/source/tabpages/tplnedef.cxx b/cui/source/tabpages/tplnedef.cxx index 1888b4b46b31..3264719f4809 100644 --- a/cui/source/tabpages/tplnedef.cxx +++ b/cui/source/tabpages/tplnedef.cxx @@ -30,6 +30,9 @@ #include <strings.hrc> #include <svx/xattr.hxx> +#include <svx/xlnwtit.hxx> +#include <svx/xlndsit.hxx> +#include <svx/xlnclit.hxx> #include <svx/xpool.hxx> #include <svx/xtable.hxx> diff --git a/cui/source/tabpages/tplneend.cxx b/cui/source/tabpages/tplneend.cxx index b97636815e25..5b5359aa6d77 100644 --- a/cui/source/tabpages/tplneend.cxx +++ b/cui/source/tabpages/tplneend.cxx @@ -33,6 +33,12 @@ #include <svx/drawitem.hxx> #include <svx/xpool.hxx> #include <svx/xtable.hxx> +#include <svx/xlnwtit.hxx> +#include <svx/xlnclit.hxx> +#include <svx/xlnstwit.hxx> +#include <svx/xlnedwit.hxx> +#include <svx/xlnstit.hxx> +#include <svx/xlnedit.hxx> #include <cuitabline.hxx> #include <cuitabarea.hxx> #include <svx/svxdlg.hxx> |