officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e63deefec4796d82059df5e7cc2cdfc5d072cb47 Author: Michael Meeks <[email protected]> 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 <[email protected]> Tested-by: Michael Meeks <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
