summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorYildiray <yildiray_uskudar@hotmail.com>2021-08-16 15:21:56 +0300
committerMichael Stahl <michael.stahl@allotropia.de>2021-08-18 10:21:56 +0200
commit686528f3281ce60c1d5c12cb867b2b16081444af (patch)
tree9d1c43e03e95a3ffcae1993cf0b3088be308fbf9 /chart2
parentaaabfc644afd57577980998c83f94a271f633c02 (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')
-rw-r--r--chart2/source/inc/NumberFormatterWrapper.hxx2
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