From b2c1ba213143444163a0d4208f163fc1726421a7 Mon Sep 17 00:00:00 2001 From: Serge Krot Date: Wed, 25 Mar 2020 16:56:18 +0100 Subject: speed-up: preload JVM when PreloadJVM is set Change-Id: I57f77f127f7cb45fb181b755b40873d47015e5b2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/91059 Tested-by: Thorsten Behrens Reviewed-by: Thorsten Behrens --- officecfg/registry/schema/org/openoffice/Office/Common.xcs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'officecfg/registry') 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 @@ true + + + Specifies if the JVM should be preloaded during LO start up. + + + false + List of URLs of the places the user bookmarked in the file picker dialog. -- cgit