From e43f0657f19f9de8d351bb6b416b7fd7f570e3ff Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Wed, 22 May 2019 23:05:03 +0200 Subject: 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 --- sot/IwyuFilter_sot.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sot/IwyuFilter_sot.yaml (limited to 'sot/IwyuFilter_sot.yaml') 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 -- cgit