From a082ae809686503715605d482865a3b136491ffb Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Fri, 25 Sep 2015 09:58:00 +0000 Subject: 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 Tested-by: Eike Rathke --- sc/source/core/tool/interpr6.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/sc/source/core/tool/interpr6.cxx b/sc/source/core/tool/interpr6.cxx index 3872cfc25226..7eac4eb90f73 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; } -- cgit v1.2.3