blob: d6ff3e6db2d21941db5f3df7fd31a279aab95812 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
assumeFilename: javaunohelper/source/vm.cxx
excludelist:
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
|