Kaydet (Commit) a3b56a4f authored tarafından Jan-Marek Glogowski's avatar Jan-Marek Glogowski Kaydeden (comit) Michael Stahl

Use SAL_OVERRIDE for override

Otherwise build breaks on gcc 4.6.

Change-Id: I9f0d94448e31e8b61b271fc088f0ce74128c375b
Reviewed-on: https://gerrit.libreoffice.org/19564Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 0423b5c3
......@@ -28,10 +28,10 @@ public:
SdrTextAniCountItem(sal_uInt16 nVal=0): SfxUInt16Item(SDRATTR_TEXT_ANICOUNT,nVal) {}
SdrTextAniCountItem(SvStream& rIn): SfxUInt16Item(SDRATTR_TEXT_ANICOUNT,rIn) {}
virtual SfxPoolItem * Create(SvStream & rStream, sal_uInt16) const override
virtual SfxPoolItem * Create(SvStream & rStream, sal_uInt16) const SAL_OVERRIDE
{ return new SdrTextAniCountItem(rStream); }
virtual SfxPoolItem * Clone(SfxItemPool * = 0) const override
virtual SfxPoolItem * Clone(SfxItemPool * = 0) const SAL_OVERRIDE
{ return new SdrTextAniCountItem(*this); }
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment