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 /oox | |
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 'oox')
-rw-r--r-- | oox/source/drawingml/shape.cxx | 1 | ||||
-rw-r--r-- | oox/source/shape/WpsContext.cxx | 1 | ||||
-rw-r--r-- | oox/source/vml/vmlshape.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx index 8c19ce84e869..6e19aa77841f 100644 --- a/oox/source/drawingml/shape.cxx +++ b/oox/source/drawingml/shape.cxx @@ -95,6 +95,7 @@ #include <vcl/wmfexternal.hxx> #include <sal/log.hxx> #include <svx/unoshape.hxx> +#include <svx/xfillit0.hxx> #include <vcl/wmf.hxx> diff --git a/oox/source/shape/WpsContext.cxx b/oox/source/shape/WpsContext.cxx index 0692ea43777d..132143685c90 100644 --- a/oox/source/shape/WpsContext.cxx +++ b/oox/source/shape/WpsContext.cxx @@ -9,6 +9,7 @@ #include "WpsContext.hxx" #include <basegfx/matrix/b2dhommatrix.hxx> +#include <basegfx/tuple/b2dtuple.hxx> #include <comphelper/sequenceashashmap.hxx> #include <drawingml/customshapeproperties.hxx> #include <drawingml/shapepropertiescontext.hxx> diff --git a/oox/source/vml/vmlshape.cxx b/oox/source/vml/vmlshape.cxx index c12b8b9025c5..27d7b51959ca 100644 --- a/oox/source/vml/vmlshape.cxx +++ b/oox/source/vml/vmlshape.cxx @@ -73,6 +73,7 @@ #include <svx/unoapi.hxx> #include <svx/svdoashp.hxx> #include <svx/sdtagitm.hxx> +#include <svx/xfillit0.hxx> #include <comphelper/sequence.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/propertyvalue.hxx> |