Files
libreoffice/jvmfwk/source
Stephan Bergmann 2b4b94e8f0 jvmfwk: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)
...by removing explicitly user-provided functions that do the same as their
implicitly-defined counterparts, but may prevent implicitly declared copy
functions from being defined as non-deleted in the future.  (Even if a dtor was
declared non-inline in an include file, the apparently-used implicitly-defined
copy functions are already inline, so why bother with a non-inline dtor.)

Change-Id: I1330a9fd4fc7f8fe8525b3ea02f9edb9e88e6638
Reviewed-on: https://gerrit.libreoffice.org/58059
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-07-26 15:26:15 +02:00
..

The file jvfwk3rc is intended for providing bootstrap parameter for the java 
framework within the build environment. It is not part of a product. Tools 
which are started in the environment, such as regcomp.exe and uno.exe, use
this rc file when Java is needed.