From f97eb75d5d4728187d0041eecb7be04951d92c22 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 1 Jun 2016 10:28:51 +0100 Subject: WaE: loplugin:defaultparams Change-Id: I6934ea008c2c46af80a406e8085e18e1be7fa67b --- sc/source/ui/unoobj/docuno.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') 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(); -- cgit