summaryrefslogtreecommitdiff
path: root/include/editeng/prszitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/prszitem.hxx')
-rw-r--r--include/editeng/prszitem.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/editeng/prszitem.hxx b/include/editeng/prszitem.hxx
index 6594b1a4b0a9..2abe4b506c08 100644
--- a/include/editeng/prszitem.hxx
+++ b/include/editeng/prszitem.hxx
@@ -38,14 +38,14 @@ public:
const sal_uInt16 nID );
// "pure virtual Methods" from SfxPoolItem
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
- virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const;
- virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion) const;
+ virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const SAL_OVERRIDE;
+ virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const SAL_OVERRIDE;
+ virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion) const SAL_OVERRIDE;
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
- OUString &rText, const IntlWrapper * = 0 ) const;
+ OUString &rText, const IntlWrapper * = 0 ) const SAL_OVERRIDE;
inline SvxPropSizeItem& operator=(const SvxPropSizeItem& rPropSize)
{