sc/inc/subtotal.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit e020e25d4d571cbc48f54d7d25fd5f0c6d4f7fe8 Author: Eike Rathke <er...@redhat.com> AuthorDate: Thu Dec 13 14:16:21 2018 +0100 Commit: Eike Rathke <er...@redhat.com> CommitDate: Thu Dec 13 21:26:06 2018 +0100 Should had been sal_uInt64 nCount Change-Id: I45b725ee740ea84f6af297338889dc447f279acd Reviewed-on: https://gerrit.libreoffice.org/65104 Reviewed-by: Eike Rathke <er...@redhat.com> Tested-by: Jenkins (cherry picked from commit bb5327dc220660abfb848b76946aaec5ea70011c) Reviewed-on: https://gerrit.libreoffice.org/65118 diff --git a/sc/inc/subtotal.hxx b/sc/inc/subtotal.hxx index 46f6fcc7693c..e05327be3861 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 libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits