diff options
author | Dennis Francis <dennis.francis@collabora.co.uk> | 2017-11-21 20:06:45 +0530 |
---|---|---|
committer | Dennis Francis <dennis.francis@collabora.co.uk> | 2017-11-21 20:23:48 +0100 |
commit | 925af83ca4a383be854317ce41b7eb739c09ec32 (patch) | |
tree | 33b4b6798abde378493bfbe145dbe662a82ce000 | |
parent | 1d80281259a51ba961ef44393f6c5de4541e1a59 (diff) |
tdf#113970 : blacklist vlookup/hlookup for threading...
... until the root issue is fixed.
Change-Id: I8969a78fe252e0b12c5703519641f008d33dc02c
Reviewed-on: https://gerrit.libreoffice.org/45039
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Dennis Francis <dennis.francis@collabora.co.uk>
-rw-r--r-- | sc/source/core/tool/token.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx index 2ded45291544..a849e034e176 100644 --- a/sc/source/core/tool/token.cxx +++ b/sc/source/core/tool/token.cxx @@ -1342,7 +1342,9 @@ void ScTokenArray::CheckForThreading( OpCode eOp ) ocIndirect, ocMacro, ocOffset, - ocTableOp + ocTableOp, + ocVLookup, + ocHLookup }); // We only call this if it was already disabled |