diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-06-01 10:28:51 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-06-01 10:28:51 +0100 |
commit | f97eb75d5d4728187d0041eecb7be04951d92c22 (patch) | |
tree | f72d61a46ca83177655584f37a613a3f3758d651 | |
parent | 732dcfead9933079d3ffd6905907e8486441790e (diff) |
WaE: loplugin:defaultparams
Change-Id: I6934ea008c2c46af80a406e8085e18e1be7fa67b
-rw-r--r-- | sc/source/ui/unoobj/docuno.cxx | 2 |
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(); |