diff options
author | Eike Rathke <erack@redhat.com> | 2018-12-13 14:16:21 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-12-13 18:22:29 +0100 |
commit | bb5327dc220660abfb848b76946aaec5ea70011c (patch) | |
tree | 162df1278e606dd0b18cdd4dc9ac216fdd3260b4 /sc/inc/subtotal.hxx | |
parent | 5313addd2c1d30f1fc999db0bafe33bd4486738e (diff) |
Should had been sal_uInt64 nCount
Change-Id: I45b725ee740ea84f6af297338889dc447f279acd
Reviewed-on: https://gerrit.libreoffice.org/65104
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'sc/inc/subtotal.hxx')
-rw-r--r-- | sc/inc/subtotal.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |