summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-06-29 00:22:58 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-07-13 12:22:54 +0200
commit76a2488d0cf516dec8bec0f8db99c137b414c0eb (patch)
tree03496c363f530a0a9f4519ce60d4ee9658ccc642 /include/oox
parent4a4fc98e5908db1e027c8438fbbcabefe6b0de8a (diff)
tdf#42949 Fix IWYU warnings in include/[a-r]*/*hxx
Recheck after 7-0 branchoff Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I7f5c35474b671facbda85a9538462dd4291add91 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97655 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/core/fasttokenhandler.hxx1
-rw-r--r--include/oox/crypto/DocumentDecryption.hxx5
-rw-r--r--include/oox/crypto/DocumentEncryption.hxx3
-rw-r--r--include/oox/helper/helper.hxx1
4 files changed, 1 insertions, 9 deletions
diff --git a/include/oox/core/fasttokenhandler.hxx b/include/oox/core/fasttokenhandler.hxx
index a89186c5218c..9180d7df976c 100644
--- a/include/oox/core/fasttokenhandler.hxx
+++ b/include/oox/core/fasttokenhandler.hxx
@@ -23,7 +23,6 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/uno/Sequence.hxx>
-#include <com/sun/star/xml/sax/XFastTokenHandler.hpp>
#include <cppuhelper/implbase.hxx>
#include <oox/dllapi.h>
#include <rtl/ustring.hxx>
diff --git a/include/oox/crypto/DocumentDecryption.hxx b/include/oox/crypto/DocumentDecryption.hxx
index 2c058121c1b7..2db38b442386 100644
--- a/include/oox/crypto/DocumentDecryption.hxx
+++ b/include/oox/crypto/DocumentDecryption.hxx
@@ -11,10 +11,7 @@
#ifndef INCLUDED_OOX_CRYPTO_DOCUMENTDECRYPTION_HXX
#define INCLUDED_OOX_CRYPTO_DOCUMENTDECRYPTION_HXX
-#include <oox/dllapi.h>
-
-#include <memory>
-
+#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <rtl/ustring.hxx>
diff --git a/include/oox/crypto/DocumentEncryption.hxx b/include/oox/crypto/DocumentEncryption.hxx
index 44bcedf4a22c..72173f188a07 100644
--- a/include/oox/crypto/DocumentEncryption.hxx
+++ b/include/oox/crypto/DocumentEncryption.hxx
@@ -11,11 +11,8 @@
#ifndef INCLUDED_OOX_CRYPTO_DOCUMENTENCRYPTION_HXX
#define INCLUDED_OOX_CRYPTO_DOCUMENTENCRYPTION_HXX
-#include <oox/dllapi.h>
-
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
-#include <rtl/ustring.hxx>
namespace com::sun::star {
namespace io { class XStream; }
diff --git a/include/oox/helper/helper.hxx b/include/oox/helper/helper.hxx
index 412b2d049c34..9d6befb90c54 100644
--- a/include/oox/helper/helper.hxx
+++ b/include/oox/helper/helper.hxx
@@ -28,7 +28,6 @@
#include <o3tl/safeint.hxx>
#include <osl/endian.h>
#include <rtl/math.hxx>
-#include <rtl/textenc.h>
#include <sal/macros.h>
#include <sal/types.h>
#include <tools/color.hxx>