[Libreoffice-commits] core.git: Branch 'feature/fixes27' - sc/source

László Németh laszlo.nemeth at collabora.com
Tue Jul 26 19:02:36 UTC 2016


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

New commits:
commit d2ecb5cb0d6acb4010f7d57aafe2ba784b0907af
Author: László Németh <laszlo.nemeth at collabora.com>
Date:   Tue Jul 26 20:59:50 2016 +0200

    improve sumifs performance
    
    Change-Id: I91d415abba1c927e3d5f0420d4593c6a4a44ad54

diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index 5325c0e..6631334 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -8525,7 +8525,6 @@ void ScInterpreter::GetStVarParams( double& rVal, double& rValCount,
                 if ( nErr )
                 {
                     SetError(nErr);
-                    return;
                 }
             }
             break;


More information about the Libreoffice-commits mailing list