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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 13 10:43:18 UTC 2018


 sc/source/core/data/dptabres.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 26df14014ff8a7b4625f12123f32c5655f9b7071
Author:     Eike Rathke <erack at redhat.com>
AuthorDate: Wed Dec 12 17:59:36 2018 +0100
Commit:     Eike Rathke <erack at redhat.com>
CommitDate: Thu Dec 13 11:42:51 2018 +0100

    Reset WelfordRunner in ScDPAggData::Reset()
    
    Change-Id: I170b6bc5557f6d0d982751ace3dccc94c6778808
    Reviewed-on: https://gerrit.libreoffice.org/65048
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Jenkins
    (cherry picked from commit ec3ab1c671e00b9c32f6cdb529fb43e49f1e8689)
    Reviewed-on: https://gerrit.libreoffice.org/65057

diff --git a/sc/source/core/data/dptabres.cxx b/sc/source/core/data/dptabres.cxx
index d989875b7359..b0084cefbb42 100644
--- a/sc/source/core/data/dptabres.cxx
+++ b/sc/source/core/data/dptabres.cxx
@@ -665,6 +665,7 @@ ScDPAggData* ScDPAggData::GetChild()
 
 void ScDPAggData::Reset()
 {
+    maWelford = WelfordRunner();
     fVal = 0.0;
     fAux = 0.0;
     nCount = SC_DPAGG_EMPTY;


More information about the Libreoffice-commits mailing list