summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-05-20 19:52:55 +0200
committerEike Rathke <erack@redhat.com>2016-05-20 19:57:46 +0200
commit9512dd16c92231514b9a5df3891517861a882d73 (patch)
tree6aff2991f04bbbfff8ad82ee65e6a76e8e5af377
parentca2f7eb2d729553b1e2be9c206c803c6f06e8ade (diff)
handle svExternalDoubleRef just the same as svMatrix in MATCH
Change-Id: Ibd2b6fcc2be85948a7e228494e4e388e79c1e9ab
-rw-r--r--sc/source/core/tool/interpr1.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 1d19f7588baf..0c8006f1015c 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -4435,10 +4435,6 @@ void ScInterpreter::ScMatch()
}
break;
case svExternalDoubleRef:
- // TODO: Implement this.
- PushIllegalParameter();
- return;
- break;
case svMatrix :
{
svl::SharedString aStr;