summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-12-16 01:36:16 +0100
committerEike Rathke <erack@redhat.com>2017-12-16 14:17:30 +0100
commita6ada5480eb165c3b0b3d8d5333c9cbf434b11ff (patch)
tree7e7a77e0df254a1d97164243f8f26fafa6bc5c77
parent86164eca2cf1087e79fac1bec06e7249bb4b9848 (diff)
Blacklist CELL() and INFO() for threading
They access one utl::TransliterationWrapper via ScCellKeywordTranslator::transKeyword() for the localized keywords. Change-Id: Ia3c1ec8def761b3448d6be4c81d42723e1a28ea2 (cherry picked from commit cef05fdcf8453cf6a799234de55182d5f51dde70) Reviewed-on: https://gerrit.libreoffice.org/46581 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
-rw-r--r--sc/source/core/tool/token.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx
index 709d00e3e2ad..fe1682bd74e7 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