diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-01-22 14:56:21 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-01-22 14:56:21 +0200 |
commit | 343917ab8bbdeba271cc87d2212d3364f9d74c9e (patch) | |
tree | f40b421463b1ebb600a5a0bdf9a065d7b97ebc10 /sc | |
parent | e08890c2ea19b785833e87969a035e9cd6837d5f (diff) |
Forgot these
Change-Id: Ie4ecb334666587d25b94d8bf2b1a9fe60d03d232
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/opencl-test.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/qa/unit/opencl-test.cxx b/sc/qa/unit/opencl-test.cxx index 11ea7d4325e6..9f2fb4f66b2a 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(); |