sc/source/core/tool/interpr1.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 3fefe33f2eeec3118b9abfdfcb2f253eee8c4c99
Author: Eike Rathke <er...@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 <c...@libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrh...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to