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

New commits:
commit 70dad291a6baf1eff59b61f9d344c10018585dd4
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Tue Mar 22 23:49:57 2016 +0100

    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 <c...@libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 3fc789d..35882c3 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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to