office-gobmx/javaunohelper/IwyuFilter_javaunohelper.yaml
Gabor Kelemen 2d22f8bb15 tdf#42949 Fix IWYU warnings in javaunohelper/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I16c46b6640a349b886fe934f5634f2ba79d64887
Reviewed-on: https://gerrit.libreoffice.org/71934
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-05-16 09:40:07 +02:00

16 lines
590 B
YAML

---
assumeFilename: javaunohelper/source/vm.cxx
blacklist:
javaunohelper/source/bootstrap.cxx:
# Needed for direct member access
- com/sun/star/uno/XComponentContext.hpp
- jvmaccess/unovirtualmachine.hxx
# Needed to avoid loplugin:unreffun error
- juhx-export-functions.hxx
javaunohelper/source/javaunohelper.cxx:
# Needed for direct member access
- com/sun/star/lang/XMultiServiceFactory.hpp
- com/sun/star/registry/XRegistryKey.hpp
- jvmaccess/unovirtualmachine.hxx
# Needed to avoid loplugin:unreffun error
- juhx-export-functions.hxx