diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-06-04 22:49:21 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-06-11 08:48:04 +0200 |
commit | a7ceb3352ad0a35ce2eeb8407cace19e1d14a9db (patch) | |
tree | d9597acb78e695b92d35aaa1e7bc4b1b59732906 /sd/source/ui/view/drviews7.cxx | |
parent | b70ab9e9e5630a965c5e6cc40c2480dddf1e2384 (diff) |
tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ie2a4122d67d2d40732e6fd00b584f33edd802c5b
Reviewed-on: https://gerrit.libreoffice.org/73476
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/source/ui/view/drviews7.cxx')
-rw-r--r-- | sd/source/ui/view/drviews7.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/view/drviews7.cxx b/sd/source/ui/view/drviews7.cxx index e3b46108068a..21884ee6a58e 100644 --- a/sd/source/ui/view/drviews7.cxx +++ b/sd/source/ui/view/drviews7.cxx @@ -29,6 +29,7 @@ #include <com/sun/star/linguistic2/XThesaurus.hpp> #include <svx/fmglob.hxx> #include <svx/globl3d.hxx> +#include <svx/pageitem.hxx> #include <svx/rulritem.hxx> #include <svx/svdouno.hxx> #include <editeng/eeitem.hxx> @@ -53,6 +54,7 @@ #include <svl/whiter.hxx> #include <sfx2/dispatch.hxx> #include <svx/svdograf.hxx> +#include <svx/xfillit0.hxx> #include <svx/xflclit.hxx> #include <svx/xflgrit.hxx> #include <svx/xflhtit.hxx> |