summaryrefslogtreecommitdiff
path: root/include/svx/xftstit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xftstit.hxx')
-rw-r--r--include/svx/xftstit.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/xftstit.hxx b/include/svx/xftstit.hxx
index ba695f26402f..2d427af502e1 100644
--- a/include/svx/xftstit.hxx
+++ b/include/svx/xftstit.hxx
@@ -35,8 +35,8 @@ public:
TYPEINFO_OVERRIDE();
XFormTextStartItem(long nStart = 0);
XFormTextStartItem(SvStream& rIn);
- virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const;
- virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const;
+ virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const SAL_OVERRIDE;
+ virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const SAL_OVERRIDE;
};
#endif