summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-09-25 09:58:00 +0000
committerEike Rathke <erack@redhat.com>2015-09-25 09:58:55 +0000
commitbda6cdbb1735674f7372520ddd710709a995c054 (patch)
treedbc1907ec4bd37d81bd51bd12969bdc6bf150fac /sc
parent31bf7e6aeb0f8c51e74fb181b547a9b8e7f7e5d1 (diff)
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@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/interpr6.cxx1
1 files changed, 0 insertions, 1 deletions
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;
}