[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - sc/source
Eike Rathke
erack at redhat.com
Fri May 20 21:50:55 UTC 2016
sc/source/core/tool/interpr1.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 3fefe33f2eeec3118b9abfdfcb2f253eee8c4c99
Author: Eike Rathke <erack at redhat.com>
Date: Fri May 20 19:52:55 2016 +0200
handle svExternalDoubleRef just the same as svMatrix in MATCH
Change-Id: Ibd2b6fcc2be85948a7e228494e4e388e79c1e9ab
(cherry picked from commit 9512dd16c92231514b9a5df3891517861a882d73)
Reviewed-on: https://gerrit.libreoffice.org/25220
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 6e9597d..2d888a3 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -4352,10 +4352,6 @@ void ScInterpreter::ScMatch()
}
break;
case svExternalDoubleRef:
- // TODO: Implement this.
- PushIllegalParameter();
- return;
- break;
case svMatrix :
{
svl::SharedString aStr;
More information about the Libreoffice-commits
mailing list