Kaydet (Commit) 5b2507fe authored tarafından Eike Rathke's avatar Eike Rathke

Revert "Fix a bug in SUMSQ"

This reverts commit 793d1aba.

Just discovered that this is wrong, sorry for fuzz.

Change-Id: Id8365f00f615275d3bdd41ab630729e6f19ac577
Reviewed-on: https://gerrit.libreoffice.org/18848Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: 's avatarEike Rathke <erack@redhat.com>
üst 421b17a6
......@@ -408,7 +408,6 @@ void IterateMatrix(
case ifSUMSQ:
{
ScMatrix::IterateResult aRes = pMat->SumSquare(bTextAsZero);
fRes = aRes.mfFirst;
fRes += aRes.mfRest;
rCount += aRes.mnCount;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment