[Libreoffice-commits] core.git: sc/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 13 17:23:01 UTC 2018


 sc/inc/subtotal.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bb5327dc220660abfb848b76946aaec5ea70011c
Author:     Eike Rathke <erack at redhat.com>
AuthorDate: Thu Dec 13 14:16:21 2018 +0100
Commit:     Eike Rathke <erack at redhat.com>
CommitDate: Thu Dec 13 18:22:29 2018 +0100

    Should had been sal_uInt64 nCount
    
    Change-Id: I45b725ee740ea84f6af297338889dc447f279acd
    Reviewed-on: https://gerrit.libreoffice.org/65104
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Jenkins

diff --git a/sc/inc/subtotal.hxx b/sc/inc/subtotal.hxx
index 2fa9e717ad19..d8bf53de6050 100644
--- a/sc/inc/subtotal.hxx
+++ b/sc/inc/subtotal.hxx
@@ -47,7 +47,7 @@ public:
 private:
     double      fMean;
     double      fM2;
-    sal_Int64   nCount;
+    sal_uInt64  nCount;
 };
 
 struct ScFunctionData                   // to calculate single functions


More information about the Libreoffice-commits mailing list