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 /include/editeng/numitem.hxx | |
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 'include/editeng/numitem.hxx')
-rw-r--r-- | include/editeng/numitem.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/editeng/numitem.hxx b/include/editeng/numitem.hxx index 992f07b08241..52ca43b256f7 100644 --- a/include/editeng/numitem.hxx +++ b/include/editeng/numitem.hxx @@ -20,7 +20,6 @@ #define INCLUDED_EDITENG_NUMITEM_HXX #include <rtl/ustring.hxx> -#include <tools/solar.h> #include <svl/poolitem.hxx> #include <editeng/svxenum.hxx> #include <tools/gen.hxx> @@ -220,7 +219,7 @@ public: tools::Long GetIndentAt() const { return mnIndentAt;} static Size GetGraphicSizeMM100(const Graphic* pGraphic); - static OUString CreateRomanString( sal_uLong nNo, bool bUpper ); + static OUString CreateRomanString( sal_Int32 nNo, bool bUpper ); }; //Feature-Flags (only sal_uInt16!) |