[Libreoffice-commits] core.git: sc/source

Luboš Luňák l.lunak at collabora.com
Mon May 28 21:08:45 UTC 2018


 sc/source/core/tool/token.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 92e6be6614af2d8c1697faf5fc37e74af3700cea
Author: Luboš Luňák <l.lunak at collabora.com>
Date:   Mon May 28 16:01:49 2018 +0200

    blacklist ocDBSum for calc's threading
    
    Triggers a number of asserts on hard-recalc (Shift+Ctrl+F9) with ooo#58183-1
    that would require passing ScContextInterpreter* to a number of functions,
    so just blacklist it.
    
    Change-Id: I0c3666a3423cea7c77f530480b8b63506c4bbad2
    Reviewed-on: https://gerrit.libreoffice.org/54933
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
    Tested-by: Jenkins <ci at libreoffice.org>

diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index a973e06332cf..575ebd64cad4 100644
--- a/sc/source/core/tool/token.cxx
+++ b/sc/source/core/tool/token.cxx
@@ -1319,7 +1319,8 @@ void ScTokenArray::CheckForThreading( OpCode eOp  )
         ocMatch,
         ocCell,
         ocInfo,
-        ocStyle
+        ocStyle,
+        ocDBSum
     });
 
     // We only call this if it was already disabled


More information about the Libreoffice-commits mailing list