diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-02-03 11:03:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-02-03 17:12:27 +0100 |
commit | 8f67e2633af1386fbfe15b53b4e309dcda988a6f (patch) | |
tree | 2c36f5781240e5d1cb26d1dcbd673a2f7ebacb7c /include/svx | |
parent | 789e22f7eb115d56351f19ec238a5c92798b0a4c (diff) |
tools::Long -> sal_Int32
Change-Id: Ife7fc63f4ad0f3dcd34c9079d74044bae7924988
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129403
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/sxcecitm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sxcecitm.hxx b/include/svx/sxcecitm.hxx index dae0a918d889..6619c04be050 100644 --- a/include/svx/sxcecitm.hxx +++ b/include/svx/sxcecitm.hxx @@ -67,7 +67,7 @@ public: class SVXCORE_DLLPUBLIC SdrCaptionEscRelItem final : public SfxInt32Item { public: - SdrCaptionEscRelItem(tools::Long nEscRel=5000): SfxInt32Item(SDRATTR_CAPTIONESCREL,nEscRel) {} + SdrCaptionEscRelItem(sal_Int32 nEscRel=5000): SfxInt32Item(SDRATTR_CAPTIONESCREL,nEscRel) {} virtual ~SdrCaptionEscRelItem() override; virtual SdrCaptionEscRelItem* Clone(SfxItemPool* pPool=nullptr) const override; |