From 925af83ca4a383be854317ce41b7eb739c09ec32 Mon Sep 17 00:00:00 2001 From: Dennis Francis Date: Tue, 21 Nov 2017 20:06:45 +0530 Subject: [PATCH] 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 Reviewed-by: Dennis Francis --- sc/source/core/tool/token.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.11.4.GIT