summaryrefslogtreecommitdiff
path: root/xmlhelp/IwyuFilter_xmlhelp.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-09-20 00:33:41 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-09-27 10:06:51 +0200
commite8599a29c6540c05802d257671f3f4c572c73abc (patch)
treecf4169065c665505bbeeb7da1edefd5315bba2e9 /xmlhelp/IwyuFilter_xmlhelp.yaml
parente9e6d4b058e13165f3dde1ca7822eec97dfe8aa7 (diff)
tdf#42949 Fix IWYU warnings in xmlhelp/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I266367d4f9e2b9bf637fc103a5e4876bd6b1d2b9 Reviewed-on: https://gerrit.libreoffice.org/79261 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmlhelp/IwyuFilter_xmlhelp.yaml')
-rw-r--r--xmlhelp/IwyuFilter_xmlhelp.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/xmlhelp/IwyuFilter_xmlhelp.yaml b/xmlhelp/IwyuFilter_xmlhelp.yaml
new file mode 100644
index 000000000000..1430d6a09245
--- /dev/null
+++ b/xmlhelp/IwyuFilter_xmlhelp.yaml
@@ -0,0 +1,9 @@
+---
+assumeFilename: xmlhelp/source/cxxhelp/provider/content.cxx
+blacklist:
+ xmlhelp/source/cxxhelp/provider/content.cxx:
+ # Needed for CPPU_TYPE_REF macro
+ - com/sun/star/ucb/XCommandInfo.hpp
+ xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx:
+ # Needed for CLuceneError as a pass-through header
+ - CLucene.h