diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2024-07-05 15:22:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-07-05 20:08:57 +0200 |
commit | 5e7c94c6026117ee12f72432e3ab101262586e8a (patch) | |
tree | f767bfad3cd58b3af71ac7cc5d8f15d4c7b5983b /include/svx/sdtayitm.hxx | |
parent | c409c83d777fdb6291c7cd03186b69fe4e7fd902 (diff) |
fill in more SfxItemType values
found by doing some git grepping, we should now have values
for all items in the hierarchy
Change-Id: I397ca7e8f53f53737201385c4c8029b436895c1d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170016
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'include/svx/sdtayitm.hxx')
-rw-r--r-- | include/svx/sdtayitm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/sdtayitm.hxx b/include/svx/sdtayitm.hxx index 7308991d00d5..f20e2c8e1af9 100644 --- a/include/svx/sdtayitm.hxx +++ b/include/svx/sdtayitm.hxx @@ -25,7 +25,7 @@ class SVXCORE_DLLPUBLIC SdrTextAniDelayItem final : public SfxUInt16Item { public: - SdrTextAniDelayItem(sal_uInt16 nVal=0): SfxUInt16Item(SDRATTR_TEXT_ANIDELAY,nVal) {} + SdrTextAniDelayItem(sal_uInt16 nVal=0): SfxUInt16Item(SDRATTR_TEXT_ANIDELAY, nVal, SfxItemType::SdrTextAniDelayItemType) {} virtual SdrTextAniDelayItem* Clone(SfxItemPool* pPool=nullptr) const override; virtual bool GetPresentation(SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString& rText, const IntlWrapper&) const override; }; |