summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/unoobj/docuno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/docuno.cxx b/sc/source/ui/unoobj/docuno.cxx
index e35e2c30fe6c..bc14ff0bd40a 100644
--- a/sc/source/ui/unoobj/docuno.cxx
+++ b/sc/source/ui/unoobj/docuno.cxx
@@ -2834,7 +2834,7 @@ void ScModelObj::enableOpenCL(sal_Bool bEnable)
ScInterpreter::SetGlobalConfig(aConfig);
#if HAVE_FEATURE_OPENCL
- sc::FormulaGroupInterpreter::switchOpenCLDevice(OUString(), true, false);
+ sc::FormulaGroupInterpreter::switchOpenCLDevice(OUString(), true);
#endif
ScDocument* pDoc = GetDocument();