[Libreoffice-commits] core.git: sc/source
Tor Lillqvist
tml at collabora.com
Fri Aug 25 13:34:34 UTC 2017
sc/source/core/data/formulacell.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bafe8a5ef091a83a90d639fd3f583422fa055d53
Author: Tor Lillqvist <tml at 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
More information about the Libreoffice-commits
mailing list