| commit | 7e1cabd96526cb7befc5ea5073358093efbe12d0 | [log] |
|---|---|---|
| author | Luboš Luňák <l.lunak@collabora.com> | Wed Jun 27 14:14:38 2018 +0200 |
| committer | Luboš Luňák <l.lunak@collabora.com> | Thu Jun 28 01:13:50 2018 +0200 |
| tree | 7a0b182f007d3fc9260cfde2386950eda23c2108 | |
| parent | dc952845ca93a38868fee47a02b1ca1ed4c14f88 [diff] |
blacklist ocGetPivotData for calc's threading There appears to be a lot of caching involved in the code invoked by ScGetPivotData(). Testcase is e.g. tdf#89186-1 (with minimal formula size disabled again). Change-Id: If7e2a972898c358dc8f80cf238f8d5ccf541f16d Reviewed-on: https://gerrit.libreoffice.org/56525 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx index 6593022..062cfc4 100644 --- a/sc/source/core/tool/token.cxx +++ b/sc/source/core/tool/token.cxx
@@ -1324,7 +1324,8 @@ void ScTokenArray::CheckForThreading( const FormulaToken& r ) ocDBSum, ocExternal, ocDde, ocWebservice ocWebservice, ocGetPivotData }); // Don't enable threading once we decided to disable it.