diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-09-15 19:39:13 +0200 |
---|---|---|
committer | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-09-30 10:35:44 +0200 |
commit | a2b389d3a94e93cbddf5f1bbb1396ccc9031cdd1 (patch) | |
tree | d8174c770392c074f31c8ed8cc767cc5f61e8e4f /include/oox/drawingml | |
parent | cba8c933d1ff2e31ec55544f46d6fff99e8a5ccd (diff) |
tdf#146619 Recheck include/oox with IWYU
Change-Id: I91b63fa67ca9552a4725b9b7dcb8f7217195b3ba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156988
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com>
Diffstat (limited to 'include/oox/drawingml')
-rw-r--r-- | include/oox/drawingml/diagram/diagram.hxx | 4 | ||||
-rw-r--r-- | include/oox/drawingml/shape.hxx | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/include/oox/drawingml/diagram/diagram.hxx b/include/oox/drawingml/diagram/diagram.hxx index b3e79d46197c..a5963c5015ba 100644 --- a/include/oox/drawingml/diagram/diagram.hxx +++ b/include/oox/drawingml/diagram/diagram.hxx @@ -23,10 +23,6 @@ #include <rtl/ustring.hxx> #include <oox/core/xmlfilterbase.hxx> #include <oox/drawingml/drawingmltypes.hxx> -#include <svx/svdobj.hxx> - -#include <com/sun/star/uno/Reference.hxx> -#include <com/sun/star/xml/dom/XDocument.hpp> namespace oox::drawingml { diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx index 4c8be792e7f6..204e8a890a7c 100644 --- a/include/oox/drawingml/shape.hxx +++ b/include/oox/drawingml/shape.hxx @@ -36,7 +36,6 @@ #include <oox/drawingml/color.hxx> #include <oox/drawingml/connectorshapecontext.hxx> #include <oox/drawingml/drawingmltypes.hxx> -#include <oox/helper/helper.hxx> #include <oox/helper/propertymap.hxx> #include <rtl/ustring.hxx> #include <sal/types.h> |