summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2018-11-09 13:53:19 +0100
committerLuboš Luňák <l.lunak@collabora.com>2018-12-04 17:43:05 +0100
commit355ff6333b3129dc4df9d5bc0e78b36b99a73686 (patch)
tree71ae72256aed8fa1c4d4ca2e08e63c253f0b0a63 /sc
parent15427670da4efbfca43f44f47846543bd1a8d4d5 (diff)
disable opencl implementation of AMORDEGRC
It fails sc_financial_functions_test with SC_FORCE_CALCULATION=opencl. Change-Id: If43928df8b1382eb7518fc99b6eee1759d822058 Reviewed-on: https://gerrit.libreoffice.org/64225 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com> (cherry picked from commit 4a9ace13b905189063f6792c9490a570e0eae59b) Reviewed-on: https://gerrit.libreoffice.org/64456
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/opencl/formulagroupcl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index e18eeb9932d0..b85a0a3166af 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -3165,11 +3165,11 @@ DynamicKernelSoPArguments::DynamicKernelSoPArguments(const ScCalcConfig& config,
mvSubArguments.push_back(
SoPHelper(mCalcConfig, ts, ft->Children[i], new OpDuration_ADD));
}*/
- else if (pChild->GetExternal() == "com.sun.star.sheet.addin.Analysis.getAmordegrc")
+ /*else if (pChild->GetExternal() == "com.sun.star.sheet.addin.Analysis.getAmordegrc")
{
mvSubArguments.push_back(SoPHelper(mCalcConfig, ts, ft->Children[i],
new OpAmordegrc, nResultSize));
- }
+ }*/
else if (pChild->GetExternal() == "com.sun.star.sheet.addin.Analysis.getAmorlinc")
{
mvSubArguments.push_back(SoPHelper(mCalcConfig, ts, ft->Children[i],