summaryrefslogtreecommitdiff
path: root/sdext/IwyuFilter_sdext.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-11-11 01:36:45 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-11-13 09:45:38 +0100
commit258e06cfffe7ceebb86cefa2413d6af476a972c6 (patch)
treea6bbf0709ea6ca0288e6be9eeca0990a0d9b46bd /sdext/IwyuFilter_sdext.yaml
parent1b83d562fb6774cd416d32232596b10c07fa6d3b (diff)
tdf#42949 Fix IWYU warnings in sdext/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I73e11bb945df16d2599b5421b552e155dacdf860 Reviewed-on: https://gerrit.libreoffice.org/82411 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sdext/IwyuFilter_sdext.yaml')
-rw-r--r--sdext/IwyuFilter_sdext.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/sdext/IwyuFilter_sdext.yaml b/sdext/IwyuFilter_sdext.yaml
new file mode 100644
index 000000000000..36757f2e0f1b
--- /dev/null
+++ b/sdext/IwyuFilter_sdext.yaml
@@ -0,0 +1,19 @@
+---
+assumeFilename: sdext/source/presenter/PresenterSlideSorter.cxx
+blacklist:
+ sdext/source/pdfimport/odf/odfemitter.cxx:
+ # Actually in use
+ - com/sun/star/io/XOutputStream.hpp
+ sdext/source/pdfimport/pdfparse/pdfparse.cxx:
+ # ignore boost stuff
+ - boost/spirit/include/classic_core.hpp
+ - boost/spirit/include/classic_utility.hpp
+ - boost/spirit/include/classic_error_handling.hpp
+ - boost/spirit/include/classic_file_iterator.hpp
+ - boost/bind.hpp
+ sdext/source/pdfimport/tree/imagecontainer.cxx:
+ # Actually in use
+ - com/sun/star/beans/PropertyValue.hpp
+ sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx:
+ # Actually in use
+ - vector