[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - sc/source

Eike Rathke erack at redhat.com
Fri Sep 25 02:59:46 PDT 2015


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

New commits:
commit bda6cdbb1735674f7372520ddd710709a995c054
Author: Eike Rathke <erack at redhat.com>
Date:   Fri Sep 25 09:58:00 2015 +0000

    Revert "Fix a bug in SUMSQ"
    
    This reverts commit 2c6b94672e8536ade098244c9c32e67dd23e119a.
    
    Just discovered that this is wrong, sorry for fuzz.
    
    Change-Id: I66f0d69ee6f558d2dc968ecdfff6f9dd42332a7e
    Reviewed-on: https://gerrit.libreoffice.org/18845
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>

diff --git a/sc/source/core/tool/interpr6.cxx b/sc/source/core/tool/interpr6.cxx
index 3872cfc..7eac4eb 100644
--- a/sc/source/core/tool/interpr6.cxx
+++ b/sc/source/core/tool/interpr6.cxx
@@ -395,7 +395,6 @@ void IterateMatrix(
         case ifSUMSQ:
         {
             ScMatrix::IterateResult aRes = pMat->SumSquare(bTextAsZero);
-            fRes = aRes.mfFirst;
             fRes += aRes.mfRest;
             rCount += aRes.mnCount;
         }


More information about the Libreoffice-commits mailing list