blob: 59a93f4a7801b52679caaeb111f2c1afb38e85a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
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
|