chart2/source/inc/NumberFormatterWrapper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 686528f3281ce60c1d5c12cb867b2b16081444af Author: Yildiray <[email protected]> AuthorDate: Mon Aug 16 15:21:56 2021 +0300 Commit: Michael Stahl <[email protected]> CommitDate: Wed Aug 18 10:21:56 2021 +0200 tdf#114441 :Convert use of sal_uLong to better integer types Change-Id: Ifc7c1ce21f9dbaf77a0ae2ffa598e219809a250d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120541 Tested-by: Jenkins Reviewed-by: Hossein <[email protected]> Reviewed-by: Michael Stahl <[email protected]> diff --git a/chart2/source/inc/NumberFormatterWrapper.hxx b/chart2/source/inc/NumberFormatterWrapper.hxx index 42a3be70ae66..b9db9fc1943e 100644 --- a/chart2/source/inc/NumberFormatterWrapper.hxx +++ b/chart2/source/inc/NumberFormatterWrapper.hxx @@ -61,7 +61,7 @@ public: private: NumberFormatterWrapper m_aNumberFormatterWrapper; - sal_uLong m_nNumberFormatKey; + sal_uInt32 m_nNumberFormatKey; }; } //namespace chart
