diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-01-24 00:17:20 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2022-01-30 16:10:57 +0100 |
commit | 7b5193e2ae9eceba881163787b98c90f2310056d (patch) | |
tree | 8bbd62c065d2ba8c67d41c5236b2fcb77136f1c2 /oox/source/export | |
parent | 026e2f437e969d75209ed05211e7f02349035b98 (diff) |
Recheck modules [o-r]* with IWYU
See tdf#42949 for motivation
Change-Id: I6b4b05a5e59b256653c4caf5297fffd601b45083
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128845
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'oox/source/export')
-rw-r--r-- | oox/source/export/chartexport.cxx | 1 | ||||
-rw-r--r-- | oox/source/export/drawingml.cxx | 2 | ||||
-rw-r--r-- | oox/source/export/shapes.cxx | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index 491211bd1999..8dd99152aadf 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -98,7 +98,6 @@ #include "ColorPropertySet.hxx" #include <svl/numformat.hxx> -#include <svl/zforlist.hxx> #include <svl/numuno.hxx> #include <tools/diagnose_ex.h> #include <sal/log.hxx> diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx index 55cea6049c83..cdc026375d10 100644 --- a/oox/source/export/drawingml.cxx +++ b/oox/source/export/drawingml.cxx @@ -107,7 +107,6 @@ #include <comphelper/xmltools.hxx> #include <o3tl/any.hxx> #include <o3tl/safeint.hxx> -#include <o3tl/unit_conversion.hxx> #include <tools/stream.hxx> #include <unotools/fontdefs.hxx> #include <vcl/cvtgrf.hxx> @@ -124,7 +123,6 @@ #include <editeng/escapementitem.hxx> #include <svx/svdoashp.hxx> #include <svx/svdomedia.hxx> -#include <svx/unoapi.hxx> #include <svx/unoshape.hxx> #include <svx/EnhancedCustomShape2d.hxx> #include <drawingml/presetgeometrynames.hxx> diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx index 54c6a58299e9..2617e3c76d1b 100644 --- a/oox/source/export/shapes.cxx +++ b/oox/source/export/shapes.cxx @@ -62,7 +62,6 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/drawing/XDrawPages.hpp> #include <com/sun/star/drawing/XDrawPagesSupplier.hpp> -#include <com/sun/star/document/XEventsSupplier.hpp> #include <com/sun/star/presentation/ClickAction.hpp> #include <tools/globname.hxx> #include <comphelper/classids.hxx> @@ -76,7 +75,6 @@ #include <svx/svdoashp.hxx> #include <svx/svdoole2.hxx> #include <tools/diagnose_ex.h> -#include <svx/unoapi.hxx> #include <oox/export/chartexport.hxx> #include <oox/mathml/export.hxx> #include <basegfx/numeric/ftools.hxx> |