[Libreoffice-commits] core.git: sc/qa

Tor Lillqvist tml at collabora.com
Thu Jan 22 04:57:07 PST 2015


 sc/qa/unit/opencl-test.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 343917ab8bbdeba271cc87d2212d3364f9d74c9e
Author: Tor Lillqvist <tml at collabora.com>
Date:   Thu Jan 22 14:56:21 2015 +0200

    Forgot these
    
    Change-Id: Ie4ecb334666587d25b94d8bf2b1a9fe60d03d232

diff --git a/sc/qa/unit/opencl-test.cxx b/sc/qa/unit/opencl-test.cxx
index 11ea7d4..9f2fb4f 100644
--- a/sc/qa/unit/opencl-test.cxx
+++ b/sc/qa/unit/opencl-test.cxx
@@ -3029,7 +3029,7 @@ void ScOpenCLTest::testMathSumIfsFormula()
         return;
     ScDocShellRef xDocSh = loadDoc("opencl/math/sumifs.", XLS);
     ScDocument& rDoc = xDocSh->GetDocument();
-    sc::FormulaGroupInterpreter::enableOpenCL(true);
+    enableOpenCL();
     xDocSh->DoHardRecalc(true);
     ScDocShellRef xDocShRes = loadDoc("opencl/math/sumifs.", XLS);
     ScDocument& rDocRes = xDocShRes->GetDocument();
@@ -3978,7 +3978,7 @@ void ScOpenCLTest::testMathCountIfsFormula()
         return;
     ScDocShellRef xDocSh = loadDoc("opencl/math/countifs.", XLS);
     ScDocument& rDoc = xDocSh->GetDocument();
-    sc::FormulaGroupInterpreter::enableOpenCL(true);
+    enableOpenCL();
     xDocSh->DoHardRecalc(true);
     ScDocShellRef xDocShRes = loadDoc("opencl/math/countifs.", XLS);
     ScDocument& rDocRes = xDocShRes->GetDocument();
@@ -4019,7 +4019,7 @@ void ScOpenCLTest::testMathAverageIfsFormula()
         return;
     ScDocShellRef xDocSh = loadDoc("opencl/math/averageifs.", XLS);
     ScDocument& rDoc = xDocSh->GetDocument();
-    sc::FormulaGroupInterpreter::enableOpenCL(true);
+    enableOpenCL();
     xDocSh->DoHardRecalc(true);
     ScDocShellRef xDocShRes = loadDoc("opencl/math/averageifs.", XLS);
     ScDocument& rDocRes = xDocShRes->GetDocument();


More information about the Libreoffice-commits mailing list