[Libreoffice-commits] core.git: officecfg/registry

Michael Meeks michael.meeks at collabora.com
Wed Jan 31 17:17:13 UTC 2018


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

New commits:
commit 4696d3728f0aba1087001bc543fc0867dd0ebdda
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Wed Jan 31 15:38:33 2018 +0000

    Disable threading for formula groups for now.
    
    Change-Id: Ic72762c030878158d505306cbdd9c50553feecfd
    Reviewed-on: https://gerrit.libreoffice.org/49032
    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 7951d4bf91cc..18b3612259e6 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -1455,7 +1455,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