summaryrefslogtreecommitdiffstats
path: root/starmath/IwyuFilter_starmath.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-12-26 18:39:47 +0100
committerMiklos Vajna <vmiklos@collabora.com>2019-01-04 10:23:49 +0100
commit9ec128f8377182c0c50a4c5e6f21cd9b061ef016 (patch)
treec7ad31a7104824dee1d820ccda09b42f73d8b0a1 /starmath/IwyuFilter_starmath.yaml
parentAdd apparently missing ! to GlobalEventConfig_Impl::hasElements (diff)
downloadcore-9ec128f8377182c0c50a4c5e6f21cd9b061ef016.tar.gz
core-9ec128f8377182c0c50a4c5e6f21cd9b061ef016.zip
tdf#42949 Fix IWYU warnings in starmath/inc/*hxx & starmath/source/*hxx
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: If1a597f4c2241dc1ad5687d81199bbc5745e711f Reviewed-on: https://gerrit.libreoffice.org/65624 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'starmath/IwyuFilter_starmath.yaml')
-rw-r--r--starmath/IwyuFilter_starmath.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/starmath/IwyuFilter_starmath.yaml b/starmath/IwyuFilter_starmath.yaml
new file mode 100644
index 000000000000..4c925d91c96c
--- /dev/null
+++ b/starmath/IwyuFilter_starmath.yaml
@@ -0,0 +1,15 @@
+---
+assumeFilename: starmath/source/document.cxx
+blacklist:
+ starmath/source/accessibility.hxx:
+ # Base class needs complete type
+ - com/sun/star/accessibility/XAccessible.hpp
+ - com/sun/star/accessibility/XAccessibleComponent.hpp
+ - com/sun/star/accessibility/XAccessibleContext.hpp
+ - com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp
+ - com/sun/star/accessibility/XAccessibleText.hpp
+ - com/sun/star/lang/XServiceInfo.hpp
+ starmath/source/smdetect.hxx:
+ # Base class needs complete type
+ - com/sun/star/document/XExtendedFilterDetection.hpp
+ - com/sun/star/lang/XServiceInfo.hpp