summaryrefslogtreecommitdiff
path: root/include/svx/sdtayitm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/sdtayitm.hxx')
-rw-r--r--include/svx/sdtayitm.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/sdtayitm.hxx b/include/svx/sdtayitm.hxx
index 3bf6f6705a06..ee583952fef1 100644
--- a/include/svx/sdtayitm.hxx
+++ b/include/svx/sdtayitm.hxx
@@ -25,7 +25,6 @@
class SVX_DLLPUBLIC SdrTextAniDelayItem: public SfxUInt16Item {
public:
- TYPEINFO_OVERRIDE();
SdrTextAniDelayItem(sal_uInt16 nVal=0): SfxUInt16Item(SDRATTR_TEXT_ANIDELAY,nVal) {}
SdrTextAniDelayItem(SvStream& rIn): SfxUInt16Item(SDRATTR_TEXT_ANIDELAY,rIn) {}
virtual SfxPoolItem* Clone(SfxItemPool* pPool=nullptr) const override;