[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - officecfg/registry

Michael Meeks michael.meeks at collabora.com
Tue Dec 19 14:57:00 UTC 2017


 officecfg/registry/schema/org/openoffice/Office/Calc.xcs |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e63deefec4796d82059df5e7cc2cdfc5d072cb47
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Tue Dec 19 13:17:20 2017 +0000

    Default to threaded calculation off for 6.0.
    
    Change-Id: I3aac6bc2514678236db7224b1ab68ff357f5f877
    Reviewed-on: https://gerrit.libreoffice.org/46793
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index 42d535a6a795..c5cc7584ff83 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -1420,7 +1420,7 @@
           <info>
             <desc>Whether to use threaded calculation of formula groups when applicable.</desc>
           </info>
-          <value>true</value>
+          <value>false</value>
 	</prop>
 	<!-- Note: The default values below probably must correspond
 	to those assigned in setOpenCLConfigToDefault() in


More information about the Libreoffice-commits mailing list