sc/source/core/tool/interpr6.cxx | 1 - 1 file changed, 1 deletion(-) New commits: commit 5b2507fe8a82092efbd02e7d1865288e03dc4194 Author: Eike Rathke <er...@redhat.com> Date: Fri Sep 25 10:15:31 2015 +0000
Revert "Fix a bug in SUMSQ" This reverts commit 793d1aba304217dcea6707a4b8acf5ac09f62e5a. Just discovered that this is wrong, sorry for fuzz. Change-Id: Id8365f00f615275d3bdd41ab630729e6f19ac577 Reviewed-on: https://gerrit.libreoffice.org/18848 Reviewed-by: Eike Rathke <er...@redhat.com> Tested-by: Eike Rathke <er...@redhat.com> diff --git a/sc/source/core/tool/interpr6.cxx b/sc/source/core/tool/interpr6.cxx index 75aacd86..69a11a0 100644 --- a/sc/source/core/tool/interpr6.cxx +++ b/sc/source/core/tool/interpr6.cxx @@ -408,7 +408,6 @@ void IterateMatrix( case ifSUMSQ: { ScMatrix::IterateResult aRes = pMat->SumSquare(bTextAsZero); - fRes = aRes.mfFirst; fRes += aRes.mfRest; rCount += aRes.mnCount; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits