Kaydet (Commit) 92e6be66 authored tarafından Luboš Luňák's avatar Luboš Luňák

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/54933Reviewed-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst ebfb0d39
...@@ -1319,7 +1319,8 @@ void ScTokenArray::CheckForThreading( OpCode eOp ) ...@@ -1319,7 +1319,8 @@ void ScTokenArray::CheckForThreading( OpCode eOp )
ocMatch, ocMatch,
ocCell, ocCell,
ocInfo, ocInfo,
ocStyle ocStyle,
ocDBSum
}); });
// We only call this if it was already disabled // We only call this if it was already disabled
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment