| commit | cef05fdcf8453cf6a799234de55182d5f51dde70 | [log] |
|---|---|---|
| author | Eike Rathke <erack@redhat.com> | Sat Dec 16 01:36:16 2017 +0100 |
| committer | Eike Rathke <erack@redhat.com> | Sat Dec 16 01:37:23 2017 +0100 |
| tree | d0cb85874d2f2dab5ab7176f518d677a76b0ca82 | |
| parent | 96f8861a29ebf650dedcbee71b8360133c0ceabb [diff] |
Blacklist CELL() and INFO() for threading They access one utl::TransliterationWrapper via ScCellKeywordTranslator::transKeyword() for the localized keywords. Change-Id: Ia3c1ec8def761b3448d6be4c81d42723e1a28ea2
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx index 40f302e..f94fb6d 100644 --- a/sc/source/core/tool/token.cxx +++ b/sc/source/core/tool/token.cxx
@@ -1345,7 +1345,9 @@ void ScTokenArray::CheckForThreading( OpCode eOp ) ocTableOp, ocVLookup, ocHLookup, ocMatch ocMatch, ocCell, ocInfo }); // We only call this if it was already disabled