sc/source/core/data/formulacell.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bafe8a5ef091a83a90d639fd3f583422fa055d53 Author: Tor Lillqvist <t...@collabora.com> Date: Fri Aug 25 16:30:00 2017 +0300 Follow-up fix for aa7dc5fa1df23f1a9079305cb362aab018e94848 Change-Id: If42c9d1594a43d7882df657e32806fab965be910 diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx index e9a0e4c6652a..82c5f970e911 100644 --- a/sc/source/core/data/formulacell.cxx +++ b/sc/source/core/data/formulacell.cxx @@ -4130,7 +4130,7 @@ bool ScFormulaCell::InterpretFormulaGroup() // Heuristic: Certain old low-end OpenCL implementations don't // work for us with too large group lengths. 1000 was determined // empirically to be a good compromise. - if (opencl::gpuEnv.mbNeedsTDRAvoidance) + if (openclwrapper::gpuEnv.mbNeedsTDRAvoidance) nMaxGroupLength = 1000; #endif _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits