Kaydet (Commit) e020e25d authored tarafından Eike Rathke's avatar Eike Rathke

Should had been sal_uInt64 nCount

Change-Id: I45b725ee740ea84f6af297338889dc447f279acd
Reviewed-on: https://gerrit.libreoffice.org/65104Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: Jenkins
(cherry picked from commit bb5327dc)
Reviewed-on: https://gerrit.libreoffice.org/65118
üst b41e256f
...@@ -47,7 +47,7 @@ public: ...@@ -47,7 +47,7 @@ public:
private: private:
double fMean; double fMean;
double fM2; double fM2;
sal_Int64 nCount; sal_uInt64 nCount;
}; };
struct ScFunctionData // to calculate single functions struct ScFunctionData // to calculate single functions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment