summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-05-20 19:52:55 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-20 21:50:34 +0000
commit3fefe33f2eeec3118b9abfdfcb2f253eee8c4c99 (patch)
treeaa8f3c7e4eb5bc90f4f1bed9d141d7b2ea8680f3 /sc
parentdf48c5aeadf89f89222a8188ce6a6d8bf96bda79 (diff)
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@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc')
-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 6e9597d48a66..2d888a35e3b3 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;