summaryrefslogtreecommitdiff
path: root/include/IwyuFilter_include.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-22 00:59:50 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-10-30 17:44:46 +0100
commit560aad17af07f4f2d653e2ec56770450029cc100 (patch)
tree0a8579893c1f84d23fd520fed81c05498caf6807 /include/IwyuFilter_include.yaml
parent02a2b75550e8e94e29d252178cfb223452812d2b (diff)
tdf#42949 Fix IWYU warnings in include/sax/*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I8061ef6a7a8c04baf350844fae1f97836ac03554 Reviewed-on: https://gerrit.libreoffice.org/62399 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include/IwyuFilter_include.yaml')
-rw-r--r--include/IwyuFilter_include.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/IwyuFilter_include.yaml b/include/IwyuFilter_include.yaml
index 0825eb8faa1a..f3513cba7d5f 100644
--- a/include/IwyuFilter_include.yaml
+++ b/include/IwyuFilter_include.yaml
@@ -262,3 +262,14 @@ blacklist:
- com/sun/star/io/XOutputStream.hpp
- com/sun/star/io/XStream.hpp
- com/sun/star/io/XTruncate.hpp
+ include/sax/fshelper.hxx:
+ # base class has to be a complete type
+ - com/sun/star/xml/sax/XFastAttributeList.hpp
+ include/sax/fastattribs.hxx:
+ # base class has to be a complete type
+ - com/sun/star/xml/sax/XFastAttributeList.hpp
+ include/sax/fastparser.hxx:
+ # base class has to be a complete type
+ - com/sun/star/lang/XInitialization.hpp
+ - com/sun/star/lang/XServiceInfo.hpp
+ - com/sun/star/xml/sax/XFastParser.hpp