diff options
author | Serge Krot <Serge.Krot@cib.de> | 2020-03-25 16:56:18 +0100 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2020-09-24 15:01:32 +0200 |
commit | b2c1ba213143444163a0d4208f163fc1726421a7 (patch) | |
tree | 3ebbc619ce7bad03923523b5ba656ef8b58cf825 /officecfg | |
parent | 4e4362daade150f3f34520bd5e6e4673ea88efce (diff) |
speed-up: preload JVM when PreloadJVM is set
Change-Id: I57f77f127f7cb45fb181b755b40873d47015e5b2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91059
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 048f64ab3f18..f764d3d7aa45 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5824,6 +5824,13 @@ </info> <value>true</value> </prop> + <prop oor:name="PreloadJVM" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Specifies if the JVM should be preloaded during LO start up.</desc> + <label>PreloadJVM</label> + </info> + <value>false</value> + </prop> <prop oor:name="FilePickerPlacesUrls" oor:type="oor:string-list" oor:nillable="false"> <info> <desc>List of URLs of the places the user bookmarked in the file picker dialog.</desc> |