c5b985bc9b
Background and motivation: https://tools.ietf.org/html/draft-knodel-terminology-02 Change-Id: I2f22d455d2a936a85750eaab1fda215ebb6d9d48 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98182 Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
16 lines
592 B
YAML
16 lines
592 B
YAML
---
|
|
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
|