summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr4.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-08-09 10:40:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-08-09 10:53:54 +0200
commitbcbdf6763944dcc53c2667bf829a005ff0b9223a (patch)
tree86ffbb01dd04958df94307e1d48fb565635e6cab /sc/source/core/tool/interpr4.cxx
parent689e4849b797a47030dd8e2a84ae7c97bfc38d3a (diff)
Revert "fdo#37341 dix unending loop in calc with Goal Seek"
This reverts commit 07112a712245bdcca40bb87e2bd118eec9635848, which breaks JunitTest_sc_unoapi: > checking: [sc.ScModelObj::com::sun::star::sheet::XGoalSeek] is iface: [com.sun.star.sheet.XGoalSeek] testcode: [ifc.sheet._XGoalSeek] > LOG> Execute: seekGoal() > LOG> Goal Result: 16.0 Divergence: 0.0 > LOG> Goal Result: 9.0 Divergence: 1.7976931348623157E308 > LOG> Goal Result: 0.8 Divergence: 1.7976931348623157E308 > Method seekGoal() finished with state FAILED > LOG> seekGoal(): PASSED.FAILED
Diffstat (limited to 'sc/source/core/tool/interpr4.cxx')
-rw-r--r--sc/source/core/tool/interpr4.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx
index c6025d4bde7d..e211d9988ca8 100644
--- a/sc/source/core/tool/interpr4.cxx
+++ b/sc/source/core/tool/interpr4.cxx
@@ -4009,6 +4009,7 @@ StackVar ScInterpreter::Interpret()
case ocMatMult : ScMatMult(); break;
case ocMatTrans : ScMatTrans(); break;
case ocMatRef : ScMatRef(); break;
+ case ocBackSolver : ScBackSolver(); break;
case ocB : ScB(); break;
case ocNormDist : ScNormDist(); break;
case ocExpDist : ScExpDist(); break;