diff options
-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 |