summaryrefslogtreecommitdiff
path: root/sc/qa/unit/opencl-test.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-01-22 14:49:29 +0200
committerTor Lillqvist <tml@collabora.com>2015-01-22 14:49:29 +0200
commite08890c2ea19b785833e87969a035e9cd6837d5f (patch)
tree3aabe4a60530b7d28d5f29aa10cb544aee11ee3a /sc/qa/unit/opencl-test.cxx
parent03ed4823be55e771b1f00256fd84ec6d8b25b426 (diff)
Make it obvious that this functions is for a very specific use only
Change-Id: I53ad45fef0e17ce15a500959206b9b042e550e49
Diffstat (limited to 'sc/qa/unit/opencl-test.cxx')
-rw-r--r--sc/qa/unit/opencl-test.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/opencl-test.cxx b/sc/qa/unit/opencl-test.cxx
index 069e85221168..11ea7d4325e6 100644
--- a/sc/qa/unit/opencl-test.cxx
+++ b/sc/qa/unit/opencl-test.cxx
@@ -547,13 +547,13 @@ bool ScOpenCLTest::load(const OUString &rFilter, const OUString &rURL,
bool ScOpenCLTest::detectOpenCLDevice()
{
- sc::FormulaGroupInterpreter::enableOpenCL(true);
+ sc::FormulaGroupInterpreter::enableOpenCL_UnitTestsOnly();
return sc::FormulaGroupInterpreter::switchOpenCLDevice(OUString(),true);
}
void ScOpenCLTest::enableOpenCL()
{
- sc::FormulaGroupInterpreter::enableOpenCL(true, true);
+ sc::FormulaGroupInterpreter::enableOpenCL_UnitTestsOnly();
}
void ScOpenCLTest::testCompilerHorizontal()