sc/source/core/tool/token.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
New commits: commit 925af83ca4a383be854317ce41b7eb739c09ec32 Author: Dennis Francis <dennis.fran...@collabora.co.uk> Date: Tue Nov 21 20:06:45 2017 +0530 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 <c...@libreoffice.org> Reviewed-by: Dennis Francis <dennis.fran...@collabora.co.uk> 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits