office-gobmx/vbahelper/IwyuFilter_vbahelper.yaml
Gabor Kelemen 7f77ac2fcb 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>
2020-02-17 11:39:20 +01:00

19 lines
681 B
YAML

---
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