diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2018-05-24 16:48:58 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2018-05-24 20:22:54 +0200 |
commit | a9a15e59d6648223f751a43447676d144aa3fd58 (patch) | |
tree | 25a0f4338f312676368c80405b0ca33e63ab64a2 | |
parent | db18cec885499f0c34681c323b0f70e0f9e11f4b (diff) |
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@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |