summaryrefslogtreecommitdiff
path: root/comphelper/IwyuFilter_comphelper.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-10-31 14:32:20 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-11-06 08:18:45 +0100
commit7bdbb50a507df4c419f68d2ae453dd482267f168 (patch)
treec9797c8f343108fedad6f900b1952b69570b517f /comphelper/IwyuFilter_comphelper.yaml
parent6e921467c411718793422a43fb3e3060fdeaeda9 (diff)
tdf#42949 Fix new IWYU warnings in directories c*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: Iac1e7802dbe1efa01c2befdd10406231788d4fc1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105315 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'comphelper/IwyuFilter_comphelper.yaml')
-rw-r--r--comphelper/IwyuFilter_comphelper.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/comphelper/IwyuFilter_comphelper.yaml b/comphelper/IwyuFilter_comphelper.yaml
index 6d6ec0903716..3e22a187b7e5 100644
--- a/comphelper/IwyuFilter_comphelper.yaml
+++ b/comphelper/IwyuFilter_comphelper.yaml
@@ -19,6 +19,12 @@ excludelist:
# Base class has to be a complete type
- com/sun/star/lang/XServiceInfo.hpp
- com/sun/star/util/XOfficeInstallationDirectories.hpp
+ comphelper/qa/unit/test_guards.cxx:
+ # Keep for system-cppunit; see also commit 456d61ec526e250fd1af894e109d5914ac9c9e6e
+ - unotest/bootstrapfixturebase.hxx
+ comphelper/source/container/embeddedobjectcontainer.cxx:
+ # Keep for OSL_DEBUG_LEVEL > 1
+ - com/sun/star/container/XNameAccess.hpp
comphelper/source/container/IndexedPropertyValuesContainer.cxx:
# Needed for typedef
- com/sun/star/beans/PropertyValue.hpp
@@ -37,6 +43,9 @@ excludelist:
comphelper/source/misc/fileurl.cxx:
# Needed for linker visibility
- comphelper/fileurl.hxx
+ comphelper/source/misc/AccessibleImplementationHelper.cxx:
+ # Needed for template
+ - com/sun/star/uno/Sequence.hxx
comphelper/source/misc/getexpandeduri.cxx:
# Needed for linker visibility
- comphelper/getexpandeduri.hxx
@@ -46,6 +55,9 @@ excludelist:
comphelper/source/misc/hash.cxx:
# OSL_BIGENDIAN is being checked
- osl/endian.h
+ comphelper/source/misc/instancelocker.cxx:
+ # Needed for template
+ - com/sun/star/embed/XActionsApproval.hpp
include/comphelper/interaction.hxx:
# Stop warnings about include/
- com/sun/star/task/XInteractionApprove.hpp