summaryrefslogtreecommitdiffstats
path: root/officecfg
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-03-22 23:49:57 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-03-22 23:48:20 +0000
commit70dad291a6baf1eff59b61f9d344c10018585dd4 (patch)
treeb507701ccf75c8a1a8aed65fdc3ef9cc7a63d9dd /officecfg
parentmissing nullptr check, tdf#98427 (diff)
downloadcore-70dad291a6baf1eff59b61f9d344c10018585dd4.tar.gz
core-70dad291a6baf1eff59b61f9d344c10018585dd4.zip
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>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs2
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>