[Libreoffice-commits] core.git: chart2/source
Yildiray (via logerrit)
logerrit at kemper.freedesktop.org
Wed Aug 18 08:22:32 UTC 2021
chart2/source/inc/NumberFormatterWrapper.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 686528f3281ce60c1d5c12cb867b2b16081444af
Author: Yildiray <yildiray_uskudar at hotmail.com>
AuthorDate: Mon Aug 16 15:21:56 2021 +0300
Commit: Michael Stahl <michael.stahl at allotropia.de>
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 <hossein at libreoffice.org>
Reviewed-by: Michael Stahl <michael.stahl at allotropia.de>
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
More information about the Libreoffice-commits
mailing list