summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/formulagroupcl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/opencl/formulagroupcl.cxx')
-rw-r--r--sc/source/core/opencl/formulagroupcl.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 9eeafb7960dd..13f90500f567 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -1264,6 +1264,9 @@ DynamicKernelSoPArguments::DynamicKernelSoPArguments(
case ocExp:
mvSubArguments.push_back(SoPHelper(ts, ft->Children[i], new OpExp));
break;
+ case ocLog10:
+ mvSubArguments.push_back(SoPHelper(ts, ft->Children[i], new OpLog10));
+ break;
case ocExternal:
if ( !(pChild->GetExternal().compareTo(OUString(
"com.sun.star.sheet.addin.Analysis.getEffect"))))