diff options
author | Yildiray <yildiray_uskudar@hotmail.com> | 2021-08-16 15:21:56 +0300 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-08-18 10:21:56 +0200 |
commit | 686528f3281ce60c1d5c12cb867b2b16081444af (patch) | |
tree | 9d1c43e03e95a3ffcae1993cf0b3088be308fbf9 /chart2/source | |
parent | aaabfc644afd57577980998c83f94a271f633c02 (diff) |
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 <hossein@libreoffice.org>
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/inc/NumberFormatterWrapper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |