summaryrefslogtreecommitdiffstats
path: root/include/comphelper
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/comphelper
parenttdf#134221 Fix SMARTART caption text location (diff)
downloadcore-76a2488d0cf516dec8bec0f8db99c137b414c0eb.tar.gz
core-76a2488d0cf516dec8bec0f8db99c137b414c0eb.zip
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/comphelper')
-rw-r--r--include/comphelper/crashzone.hxx2
-rw-r--r--include/comphelper/interaction.hxx1
-rw-r--r--include/comphelper/interfacecontainer3.hxx1
-rw-r--r--include/comphelper/parallelsort.hxx1
-rw-r--r--include/comphelper/types.hxx1
-rw-r--r--include/comphelper/unwrapargs.hxx1
6 files changed, 0 insertions, 7 deletions
diff --git a/include/comphelper/crashzone.hxx b/include/comphelper/crashzone.hxx
index 6cbbe718f8a4..f15f848cdf9e 100644
--- a/include/comphelper/crashzone.hxx
+++ b/include/comphelper/crashzone.hxx
@@ -11,8 +11,6 @@
#define INCLUDED_COMPHELPER_CRASHZONE_H
#include <sal/config.h>
-#include <sal/types.h>
-#include <comphelper/comphelperdllapi.h>
#include <atomic>
#include <csignal>
diff --git a/include/comphelper/interaction.hxx b/include/comphelper/interaction.hxx
index 3c4074eafeb9..b138023329fb 100644
--- a/include/comphelper/interaction.hxx
+++ b/include/comphelper/interaction.hxx
@@ -25,7 +25,6 @@
#include <com/sun/star/task/XInteractionDisapprove.hpp>
#include <com/sun/star/task/XInteractionAbort.hpp>
#include <com/sun/star/task/XInteractionRetry.hpp>
-#include <com/sun/star/task/XInteractionPassword.hpp>
#include <com/sun/star/task/XInteractionRequest.hpp>
#include <comphelper/comphelperdllapi.h>
#include <vector>
diff --git a/include/comphelper/interfacecontainer3.hxx b/include/comphelper/interfacecontainer3.hxx
index 6e256488f584..d912777fe724 100644
--- a/include/comphelper/interfacecontainer3.hxx
+++ b/include/comphelper/interfacecontainer3.hxx
@@ -23,7 +23,6 @@
#include <com/sun/star/lang/EventObject.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
-#include <comphelper/comphelperdllapi.h>
#include <o3tl/cow_wrapper.hxx>
#include <vector>
diff --git a/include/comphelper/parallelsort.hxx b/include/comphelper/parallelsort.hxx
index 363cdd56ee0b..57eccc4770e3 100644
--- a/include/comphelper/parallelsort.hxx
+++ b/include/comphelper/parallelsort.hxx
@@ -10,7 +10,6 @@
#ifndef INCLUDED_COMPHELPER_PARALLELSORT_HXX
#define INCLUDED_COMPHELPER_PARALLELSORT_HXX
-#include <comphelper/comphelperdllapi.h>
#include <comphelper/threadpool.hxx>
#include <tools/cpuid.hxx>
diff --git a/include/comphelper/types.hxx b/include/comphelper/types.hxx
index 2cb47f2218bc..203bbbe0235e 100644
--- a/include/comphelper/types.hxx
+++ b/include/comphelper/types.hxx
@@ -22,7 +22,6 @@
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/lang/XComponent.hpp>
-#include <com/sun/star/lang/XUnoTunnel.hpp>
#include <comphelper/comphelperdllapi.h>
namespace com::sun::star::awt {
diff --git a/include/comphelper/unwrapargs.hxx b/include/comphelper/unwrapargs.hxx
index 041c69da1818..76eb8b838dff 100644
--- a/include/comphelper/unwrapargs.hxx
+++ b/include/comphelper/unwrapargs.hxx
@@ -24,7 +24,6 @@
#include <optional>
-#include <rtl/ustrbuf.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <com/sun/star/uno/XInterface.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>