summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr4.cxx
diff options
context:
space:
mode:
authorWinfried <winfrieddonkers@libreoffice.org>2013-08-12 09:55:27 +0200
committerEike Rathke <erack@redhat.com>2013-08-12 20:16:36 +0000
commit416d10b5f91047f0dcfbcc233c60322810bfc8d0 (patch)
tree95bd32d962c17ee78e3f768d62fbb7604bfc616e /sc/source/core/tool/interpr4.cxx
parent95aaa3a727d930330f7b397f8baf30943e3eb9a6 (diff)
fdo#37341 fix unending loop in calc with Goal Seek
This is an improved patch of commit G12a712245bdcca40bb87e2bd118eec9635848 which was reverted with commit bcbdf6763944dcc53c2667bf829a005ff0b9223a The original patch still contained a piece of test code that does not belong in the patch. The goal seek tests from Junittest_sc_unoapi now all give the expected results (tested manually). Change-Id: I8009a0dd3601a1d7d54899e781e30363cf0c36ea Reviewed-on: https://gerrit.libreoffice.org/5359 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/source/core/tool/interpr4.cxx')
-rw-r--r--sc/source/core/tool/interpr4.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx
index e211d9988ca8..c6025d4bde7d 100644
--- a/sc/source/core/tool/interpr4.cxx
+++ b/sc/source/core/tool/interpr4.cxx
@@ -4009,7 +4009,6 @@ 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;