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/source/xoutdev/xpool.cxx | |
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/source/xoutdev/xpool.cxx')
-rw-r--r-- | svx/source/xoutdev/xpool.cxx | 8 |
1 files changed, 8 insertions, 0 deletions
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) |