summaryrefslogtreecommitdiff
path: root/sc/IwyuFilter_sc.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-10-30 19:52:55 +0100
committerMiklos Vajna <vmiklos@collabora.com>2018-11-15 10:38:11 +0100
commit843fa5ff69f2bc502a6fa35878104d067b2a1e77 (patch)
treedf1afe75af0ad9d8e7b4a1e34908a725d7fef4fe /sc/IwyuFilter_sc.yaml
parent14a56533ff2c9c859d22cd3039ada75b99e94bc0 (diff)
tdf#42949 Fix IWYU warnings in sc/source/filter/{excel,lotus,xml}/*hxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I087492531b4fc17a3196ea820dbaa0f742aea16d Reviewed-on: https://gerrit.libreoffice.org/63148 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sc/IwyuFilter_sc.yaml')
-rw-r--r--sc/IwyuFilter_sc.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/IwyuFilter_sc.yaml b/sc/IwyuFilter_sc.yaml
index bc3c041946ff..f7db11f4decc 100644
--- a/sc/IwyuFilter_sc.yaml
+++ b/sc/IwyuFilter_sc.yaml
@@ -523,3 +523,9 @@ blacklist:
sc/source/core/data/types.cxx:
# Complete type is needed for complex data type
- scmatrix.hxx
+ sc/source/filter/xml/XMLCodeNameProvider.hxx:
+ # base class has to be a complete type
+ - com/sun/star/container/XNameAccess.hpp
+ sc/source/filter/xml/xmldrani.hxx:
+ # Complex type needs complete type
+ - com/sun/star/beans/PropertyValue.hpp