[Libreoffice-commits] core.git: sc/source

Eike Rathke erack at redhat.com
Fri May 20 17:58:10 UTC 2016


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

New commits:
commit 9512dd16c92231514b9a5df3891517861a882d73
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

diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 1d19f75..0c8006f 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;


More information about the Libreoffice-commits mailing list