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

Michael Meeks michael.meeks at collabora.com
Sat May 26 01:03:15 UTC 2018


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

New commits:
commit 1360a86cc3ccbe228acf2428a5e230cdf030bfde
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Thu May 24 16:48:58 2018 +0100

    Re-enable threading for formula groups for now.
    
    As agreed at the ESC - lets see how this goes for 6.1
    
    This reverts commit 4696d3728f0aba1087001bc543fc0867dd0ebdda.
    
    Change-Id: Ic2be53c53dd7573972cd54c390443dc136739b6c
    Reviewed-on: https://gerrit.libreoffice.org/54774
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
    Tested-by: Michael Meeks <michael.meeks at collabora.com>
    (cherry picked from commit a9a15e59d6648223f751a43447676d144aa3fd58)
    Reviewed-on: https://gerrit.libreoffice.org/54826
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index 18b3612259e6..7951d4bf91cc 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>false</value>
+          <value>true</value>
 	</prop>
 	<!-- Note: The default values below probably must correspond
 	to those assigned in setOpenCLConfigToDefault() in


More information about the Libreoffice-commits mailing list