diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-04-25 20:44:06 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-27 17:42:43 +0200 |
commit | e988299538435ddd1c838dede375567795d7943a (patch) | |
tree | a25442fe94e8fcd4b88af5479613e66afa7e4254 /svx | |
parent | 40568367abde75bd269124d1983283dd16d150a8 (diff) |
tdf#62699 Drop pass-through header file include/svx/xsetit.hxx
Change-Id: Id750f663389be36c669756e4bdd1e4e01be48199
Reviewed-on: https://gerrit.libreoffice.org/71327
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/xoutdev/xattr2.cxx | 12 | ||||
-rw-r--r-- | svx/source/xoutdev/xpool.cxx | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/svx/source/xoutdev/xattr2.cxx b/svx/source/xoutdev/xattr2.cxx index 2469c66981b7..af9181a9dd96 100644 --- a/svx/source/xoutdev/xattr2.cxx +++ b/svx/source/xoutdev/xattr2.cxx @@ -26,6 +26,18 @@ #include <svx/strings.hrc> #include <svx/svxids.hrc> #include <svx/xattr.hxx> +#include <svx/xlntrit.hxx> +#include <svx/xfltrit.hxx> +#include <svx/xftshtit.hxx> +#include <svx/xgrscit.hxx> +#include <svx/xflbmtit.hxx> +#include <svx/xflbmpit.hxx> +#include <svx/xflbmsxy.hxx> +#include <svx/xflbmsli.hxx> +#include <svx/xflbtoxy.hxx> +#include <svx/xflbstit.hxx> +#include <svx/xflboxy.hxx> +#include <svx/xflbckit.hxx> #include <svx/xtable.hxx> #include <svx/dialmgr.hxx> #include <editeng/itemtype.hxx> diff --git a/svx/source/xoutdev/xpool.cxx b/svx/source/xoutdev/xpool.cxx index 555df737be18..cb76275a7625 100644 --- a/svx/source/xoutdev/xpool.cxx +++ b/svx/source/xoutdev/xpool.cxx @@ -19,7 +19,19 @@ #include <sal/config.h> +#include <svx/xflbckit.hxx> +#include <svx/xftshtit.hxx> +#include <svx/xflboxy.hxx> +#include <svx/xflbstit.hxx> #include <svx/xtable.hxx> +#include <svx/xlntrit.hxx> +#include <svx/xfltrit.hxx> +#include <svx/xgrscit.hxx> +#include <svx/xflbmtit.hxx> +#include <svx/xflbmpit.hxx> +#include <svx/xflbmsxy.hxx> +#include <svx/xflbmsli.hxx> +#include <svx/xflbtoxy.hxx> #include <svx/xattr.hxx> #include <svx/xpool.hxx> #include <svx/svdattr.hxx> |