summaryrefslogtreecommitdiff
path: root/sot/IwyuFilter_sot.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2019-05-22 23:05:03 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2019-05-28 12:24:40 +0200
commite43f0657f19f9de8d351bb6b416b7fd7f570e3ff (patch)
treea1808354c358a9b658be83d5c07de5ff7445184f /sot/IwyuFilter_sot.yaml
parentc6b7f5555d5df13eae7aa72dbd3307ad8c9893dc (diff)
tdf#42949 Fix IWYU warnings in sot/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I202a98d76a37a564315374893b44ec25ef7798b3 Reviewed-on: https://gerrit.libreoffice.org/73005 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'sot/IwyuFilter_sot.yaml')
-rw-r--r--sot/IwyuFilter_sot.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/sot/IwyuFilter_sot.yaml b/sot/IwyuFilter_sot.yaml
new file mode 100644
index 000000000000..42d48d538f59
--- /dev/null
+++ b/sot/IwyuFilter_sot.yaml
@@ -0,0 +1,13 @@
+---
+assumeFilename: sot/source/base/object.cxx
+blacklist:
+ sot/source/unoolestorage/xolesimplestorage.hxx:
+ # Base class needs complete type
+ - com/sun/star/embed/XOLESimpleStorage.hpp
+ - com/sun/star/lang/XServiceInfo.hpp
+ sot/source/sdstor/stgcache.hxx:
+ # OSL_BIGENDIAN is being checked
+ - osl/endian.h
+ sot/source/sdstor/stgcache.cxx:
+ # OSL_BIGENDIAN is being checked
+ - osl/endian.h