diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-05-02 18:49:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-02 20:51:05 +0200 |
commit | 85af593eac9d40cc715f87a94d390e9e8f48b880 (patch) | |
tree | 7f7624321211c84e4487ff902e19ce03a3673900 /editeng | |
parent | f52d165c887076d6f6ccf928c2be585cfc06058a (diff) |
sal_uLong->sal_Int32 in SvxNumberFormat
Change-Id: Iaacef8d6b12f7d4257455e920a798b5cc2499d3b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115005
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/items/numitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/items/numitem.cxx b/editeng/source/items/numitem.cxx index 0c48262f323f..66e7824d278a 100644 --- a/editeng/source/items/numitem.cxx +++ b/editeng/source/items/numitem.cxx @@ -514,7 +514,7 @@ Size SvxNumberFormat::GetGraphicSizeMM100(const Graphic* pGraphic) return aRetSize; } -OUString SvxNumberFormat::CreateRomanString( sal_uLong nNo, bool bUpper ) +OUString SvxNumberFormat::CreateRomanString( sal_Int32 nNo, bool bUpper ) { nNo %= 4000; // more can not be displayed // i, ii, iii, iv, v, vi, vii, vii, viii, ix |