diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-03-07 09:15:39 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-03-09 11:54:45 +0100 |
commit | b114e5659b94c0cc4bf9fe11c7d9e8d41223406d (patch) | |
tree | f28f2abd236870b361f9729c20574fae170a25e5 /oox/source/drawingml/table | |
parent | ba5c5df41a58c690bdef313856aaad5cd859a455 (diff) |
tdf#42949 Fix IWYU warnings in oox/*/*hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I3d34eb4933ad574321c0de6a650fc89dd0aa353f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90144
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'oox/source/drawingml/table')
-rw-r--r-- | oox/source/drawingml/table/tablecontext.cxx | 1 | ||||
-rw-r--r-- | oox/source/drawingml/table/tablestylecellstylecontext.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/oox/source/drawingml/table/tablecontext.cxx b/oox/source/drawingml/table/tablecontext.cxx index 7f5c7db8cabe..f84bad88782f 100644 --- a/oox/source/drawingml/table/tablecontext.cxx +++ b/oox/source/drawingml/table/tablecontext.cxx @@ -19,6 +19,7 @@ #include <oox/helper/attributelist.hxx> #include <drawingml/guidcontext.hxx> +#include <drawingml/misccontexts.hxx> #include <drawingml/table/tablecontext.hxx> #include <drawingml/table/tableproperties.hxx> #include <drawingml/table/tablestylecontext.hxx> diff --git a/oox/source/drawingml/table/tablestylecellstylecontext.cxx b/oox/source/drawingml/table/tablestylecellstylecontext.cxx index 608177f943c0..a3c86b238026 100644 --- a/oox/source/drawingml/table/tablestylecellstylecontext.cxx +++ b/oox/source/drawingml/table/tablestylecellstylecontext.cxx @@ -20,6 +20,7 @@ #include <drawingml/table/tablestylecellstylecontext.hxx> #include <drawingml/misccontexts.hxx> +#include <drawingml/lineproperties.hxx> #include <drawingml/linepropertiescontext.hxx> #include <oox/helper/attributelist.hxx> #include <oox/token/namespaces.hxx> |