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

New commits:
commit bb5327dc220660abfb848b76946aaec5ea70011c
Author:     Eike Rathke <[email protected]>
AuthorDate: Thu Dec 13 14:16:21 2018 +0100
Commit:     Eike Rathke <[email protected]>
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 <[email protected]>
    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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to