diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-03-22 23:49:57 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-03-22 23:48:20 +0000 |
commit | 70dad291a6baf1eff59b61f9d344c10018585dd4 (patch) | |
tree | b507701ccf75c8a1a8aed65fdc3ef9cc7a63d9dd | |
parent | d8a15e74da7d7266992db0fe13d6f3189898ea61 (diff) |
disable the SW interpreter by default, tdf#98657
The formula group code stores empty cells as NAN which is handled
correctly in the OpenCL code but causes huge problems in the normal
calculation code as we can't assume that NAN is an empty cell anymore.
IMHO the concept does not work outside of the OpenCL code and I think it
is safer to not enable this broken code by default.
Change-Id: Id7057f61de565e82e050e5d45fa9a1efb2c7a48f
Reviewed-on: https://gerrit.libreoffice.org/23445
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 3fc789def354..35882c37621d 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5653,7 +5653,7 @@ <desc>Determines whether Software Interpreter can be used to speed up some operations on Calc formulas.</desc> </info> - <value>true</value> + <value>false</value> </prop> <prop oor:name="MacroRecorderMode" oor:type="xs:boolean" oor:nillable="false"> <info> |