summaryrefslogtreecommitdiff
path: root/vbahelper/IwyuFilter_vbahelper.yaml
diff options
context:
space:
mode:
authorGabor Kelemen <kelemen.gabor2@nisz.hu>2020-02-13 20:01:48 +0100
committerMiklos Vajna <vmiklos@collabora.com>2020-02-17 11:39:20 +0100
commit7f77ac2fcb0e2bbb6d9b93685e17c9154aec1ce0 (patch)
treedae233b380a43f160faa1b5cb8a23a0af20c1481 /vbahelper/IwyuFilter_vbahelper.yaml
parentf00a562af77085d2aa37eaa577b7903d471aa901 (diff)
tdf#42949 Fix IWYU warnings in vbahelper/
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I6bf00dd94a397f00b4aa8c58ce7a5963e0eadc89 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88629 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vbahelper/IwyuFilter_vbahelper.yaml')
-rw-r--r--vbahelper/IwyuFilter_vbahelper.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/vbahelper/IwyuFilter_vbahelper.yaml b/vbahelper/IwyuFilter_vbahelper.yaml
new file mode 100644
index 000000000000..8024864b20f2
--- /dev/null
+++ b/vbahelper/IwyuFilter_vbahelper.yaml
@@ -0,0 +1,19 @@
+---
+assumeFilename: vbahelper/source/vbahelper/vbahelper.cxx
+blacklist:
+ vbahelper/source/vbahelper/vbaglobalbase.cxx:
+ # Actually used
+ - com/sun/star/beans/PropertyValue.hpp
+ - com/sun/star/uno/XComponentContext.hpp
+ vbahelper/source/vbahelper/vbapagesetupbase.cxx:
+ # Needed for direct member access
+ - com/sun/star/beans/XPropertySet.hpp
+ vbahelper/source/msforms/vbalistcontrolhelper.cxx:
+ # Actually used
+ - com/sun/star/beans/XPropertySet.hpp
+ vbahelper/source/msforms/vbacontrol.cxx:
+ # Actually used
+ - com/sun/star/frame/XModel.hpp
+ vbahelper/source/msforms/vbauserform.cxx:
+ # Needed for extern declaration
+ - service.hxx