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/helper | |
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/helper')
-rw-r--r-- | oox/source/helper/binarystreambase.cxx | 1 | ||||
-rw-r--r-- | oox/source/helper/graphichelper.cxx | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/oox/source/helper/binarystreambase.cxx b/oox/source/helper/binarystreambase.cxx index a75832fa475f..1e3ef11ae9ea 100644 --- a/oox/source/helper/binarystreambase.cxx +++ b/oox/source/helper/binarystreambase.cxx @@ -21,7 +21,6 @@ #include <oox/helper/helper.hxx> #include <com/sun/star/io/XSeekable.hpp> -#include <osl/diagnose.h> #include <tools/diagnose_ex.h> namespace oox { diff --git a/oox/source/helper/graphichelper.cxx b/oox/source/helper/graphichelper.cxx index 8ff8c7939f4f..f327d7eba943 100644 --- a/oox/source/helper/graphichelper.cxx +++ b/oox/source/helper/graphichelper.cxx @@ -21,12 +21,8 @@ #include <com/sun/star/awt/Point.hpp> #include <com/sun/star/awt/Size.hpp> -#include <com/sun/star/awt/XDevice.hpp> -#include <com/sun/star/awt/XUnitConversion.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/graphic/GraphicProvider.hpp> -#include <com/sun/star/util/MeasureUnit.hpp> #include <com/sun/star/graphic/GraphicMapper.hpp> #include <osl/diagnose.h> #include <sal/log.hxx> @@ -37,7 +33,6 @@ #include <vcl/outdev.hxx> #include <tools/gen.hxx> #include <tools/diagnose_ex.h> -#include <comphelper/sequence.hxx> #include <oox/helper/containerhelper.hxx> #include <oox/helper/propertyset.hxx> #include <oox/token/properties.hxx> |