diff options
Diffstat (limited to 'include/editeng/charrotateitem.hxx')
-rw-r--r-- | include/editeng/charrotateitem.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/charrotateitem.hxx b/include/editeng/charrotateitem.hxx index 07a35599a61f..0ce60bb1a05b 100644 --- a/include/editeng/charrotateitem.hxx +++ b/include/editeng/charrotateitem.hxx @@ -36,7 +36,7 @@ class EDITENG_DLLPUBLIC SvxTextRotateItem : public SfxUInt16Item public: SvxTextRotateItem(sal_uInt16 nValue, const sal_uInt16 nId); - virtual SfxPoolItem* Clone(SfxItemPool *pPool = nullptr) const override; + virtual SvxTextRotateItem* Clone(SfxItemPool *pPool = nullptr) const override; virtual bool GetPresentation(SfxItemPresentation ePres, MapUnit eCoreMetric, @@ -79,7 +79,7 @@ public: bool bFitIntoLine /*= false*/, const sal_uInt16 nId ); - virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override; + virtual SvxCharRotateItem* Clone( SfxItemPool *pPool = nullptr ) const override; virtual bool GetPresentation( SfxItemPresentation ePres, MapUnit eCoreMetric, |