diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2021-05-02 18:52:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-05-02 21:26:09 +0200 |
commit | 9c930c4f3109d123c0831d0fcecf9c8b32e5bbc7 (patch) | |
tree | e604399244d4c9503c367df4395a822cad3069b3 /editeng | |
parent | 2223b657c60b91f8f2bef05ec18c42bbe6106a71 (diff) |
sal_uLong->sal_uInt32 in SvxFontHeightItem
Change-Id: Id9bec39765d504d787e5421bf40e88e09c5f180d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115006
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/items/textitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/items/textitem.cxx b/editeng/source/items/textitem.cxx index 776d1210450c..051c1418d4fc 100644 --- a/editeng/source/items/textitem.cxx +++ b/editeng/source/items/textitem.cxx @@ -558,7 +558,7 @@ void SvxWeightItem::dumpAsXml(xmlTextWriterPtr pWriter) const // class SvxFontHeightItem ----------------------------------------------- -SvxFontHeightItem::SvxFontHeightItem( const sal_uLong nSz, +SvxFontHeightItem::SvxFontHeightItem( const sal_uInt32 nSz, const sal_uInt16 nPrp, const sal_uInt16 nId ) : SfxPoolItem( nId ) |