diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-04-26 00:22:02 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-27 17:43:18 +0200 |
commit | 9d3912d4afc09b3b36701044493a4ea8e0d0ca47 (patch) | |
tree | 0359073a54fbc0223c79ea67fb384e04a4434168 /svx | |
parent | e988299538435ddd1c838dede375567795d7943a (diff) |
tdf#62699 Drop pass-through header file include/svx/xtextit.hxx
Change-Id: Id48dc67443bbd28b0a7e2987b2546808cac8e8e2
Reviewed-on: https://gerrit.libreoffice.org/71334
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/fontwork.cxx | 9 | ||||
-rw-r--r-- | svx/source/svdraw/svdotextpathdecomposition.cxx | 1 | ||||
-rw-r--r-- | svx/source/xoutdev/xattr.cxx | 8 | ||||
-rw-r--r-- | svx/source/xoutdev/xpool.cxx | 8 |
4 files changed, 24 insertions, 2 deletions
diff --git a/svx/source/dialog/fontwork.cxx b/svx/source/dialog/fontwork.cxx index ac8e68e353ad..b2f37301857d 100644 --- a/svx/source/dialog/fontwork.cxx +++ b/svx/source/dialog/fontwork.cxx @@ -25,7 +25,14 @@ #include <svx/svdopath.hxx> #include <svx/svdview.hxx> #include <svx/svdocirc.hxx> -#include <svx/xtextit.hxx> +#include <svx/xftadit.hxx> +#include <svx/xftdiit.hxx> +#include <svx/xftstit.hxx> +#include <svx/xftmrit.hxx> +#include <svx/xftouit.hxx> +#include <svx/xftshit.hxx> +#include <svx/xftshcit.hxx> +#include <svx/xftshxy.hxx> #include <svx/dlgutil.hxx> diff --git a/svx/source/svdraw/svdotextpathdecomposition.cxx b/svx/source/svdraw/svdotextpathdecomposition.cxx index c887ff06ab5d..98836adc92e5 100644 --- a/svx/source/svdraw/svdotextpathdecomposition.cxx +++ b/svx/source/svdraw/svdotextpathdecomposition.cxx @@ -27,7 +27,6 @@ #include <basegfx/polygon/b2dpolygontools.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <algorithm> -#include <svx/xtextit.hxx> #include <svx/xftshtit.hxx> #include <vcl/virdev.hxx> #include <com/sun/star/lang/XMultiServiceFactory.hpp> diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx index db10ce427596..eab4172a1b91 100644 --- a/svx/source/xoutdev/xattr.cxx +++ b/svx/source/xoutdev/xattr.cxx @@ -54,6 +54,14 @@ #include <svx/xdef.hxx> #include <svx/unomid.hxx> #include <svx/svdmodel.hxx> +#include <svx/xftdiit.hxx> +#include <svx/xftstit.hxx> +#include <svx/xftmrit.hxx> +#include <svx/xftouit.hxx> +#include <svx/xftshit.hxx> +#include <svx/xftshcit.hxx> +#include <svx/xftshxy.hxx> +#include <svx/xftadit.hxx> #include <basegfx/polygon/b2dpolygon.hxx> #include <basegfx/point/b2dpoint.hxx> #include <basegfx/vector/b2dvector.hxx> diff --git a/svx/source/xoutdev/xpool.cxx b/svx/source/xoutdev/xpool.cxx index cb76275a7625..62af4864922e 100644 --- a/svx/source/xoutdev/xpool.cxx +++ b/svx/source/xoutdev/xpool.cxx @@ -37,6 +37,14 @@ #include <svx/svdattr.hxx> #include <svx/svxids.hrc> #include <svl/itemset.hxx> +#include <svx/xftadit.hxx> +#include <svx/xftdiit.hxx> +#include <svx/xftstit.hxx> +#include <svx/xftmrit.hxx> +#include <svx/xftouit.hxx> +#include <svx/xftshit.hxx> +#include <svx/xftshcit.hxx> +#include <svx/xftshxy.hxx> XOutdevItemPool::XOutdevItemPool(SfxItemPool* _pMaster) : SfxItemPool("XOutdevItemPool", SDRATTR_START, SDRATTR_END, nullptr, nullptr) |