tdf#114441 Convert use of sal_uLong to sal_uInt32

Replaced sal_uLong with sal_uInt32 because implementation of the
GetValue() returns sal_uInt32.

Change-Id: I6e4d9b3f4854da0c60d7ba32b688106639362adc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146821
Tested-by: Hossein <hossein@libreoffice.org>
Reviewed-by: Hossein <hossein@libreoffice.org>
This commit is contained in:
mostafa-elsharnoby 2023-02-11 14:20:43 +02:00 committed by Hossein
parent 240c241097
commit c5c83c8e6c

View File

@ -529,7 +529,7 @@ void ScaleTabPage::SetNumFormat()
if( !pNumFormatItem )
return;
sal_uLong nFmt = pNumFormatItem->GetValue();
sal_uInt32 nFmt = pNumFormatItem->GetValue();
Formatter& rFmtFldMax = m_xFmtFldMax->GetFormatter();
rFmtFldMax.SetFormatKey(nFmt);