Kaydet (Commit) cef05fdc authored tarafından Eike Rathke's avatar Eike Rathke

Blacklist CELL() and INFO() for threading

They access one utl::TransliterationWrapper via
ScCellKeywordTranslator::transKeyword() for the localized
keywords.

Change-Id: Ia3c1ec8def761b3448d6be4c81d42723e1a28ea2
üst 96f8861a
...@@ -1345,7 +1345,9 @@ void ScTokenArray::CheckForThreading( OpCode eOp ) ...@@ -1345,7 +1345,9 @@ void ScTokenArray::CheckForThreading( OpCode eOp )
ocTableOp, ocTableOp,
ocVLookup, ocVLookup,
ocHLookup, ocHLookup,
ocMatch ocMatch,
ocCell,
ocInfo
}); });
// 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