2d22f8bb15
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>
16 lines
590 B
YAML
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
|