summaryrefslogtreecommitdiff
path: root/sc/source/filter/ftools
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-09-17 20:57:48 -0400
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-09-19 17:03:25 +0200
commit05f6ae8779f9be59b1262bcbb98a74b6383c0c18 (patch)
tree1bbda67516362fc14c8598a02962895526a9694a /sc/source/filter/ftools
parentd3236e2bdde1ff1211e65e64d22063c8228c68dc (diff)
Be explicit on what kind of "kernels" we are compiling.
Change-Id: I2415a192d98b94e86c08c138ad39cfdbf36ea283
Diffstat (limited to 'sc/source/filter/ftools')
-rw-r--r--sc/source/filter/ftools/clkernelthread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/ftools/clkernelthread.cxx b/sc/source/filter/ftools/clkernelthread.cxx
index f6d8c63ad96e..dcb1e74d6a8d 100644
--- a/sc/source/filter/ftools/clkernelthread.cxx
+++ b/sc/source/filter/ftools/clkernelthread.cxx
@@ -20,7 +20,7 @@ CLBuildKernelThread::~CLBuildKernelThread() {}
void CLBuildKernelThread::execute()
{
- sc::FormulaGroupInterpreter::compileKernels();
+ sc::FormulaGroupInterpreter::compileOpenCLKernels();
}
}