summaryrefslogtreecommitdiff
path: root/include/svl/szitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/szitem.hxx')
-rw-r--r--include/svl/szitem.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/svl/szitem.hxx b/include/svl/szitem.hxx
index d6aa91c072b7..ef2e1bc436b4 100644
--- a/include/svl/szitem.hxx
+++ b/include/svl/szitem.hxx
@@ -41,17 +41,17 @@ public:
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
OUString &rText,
- const IntlWrapper * = 0 ) const SAL_OVERRIDE;
+ const IntlWrapper * = 0 ) const override;
- virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE;
+ virtual bool operator==( const SfxPoolItem& ) const override;
virtual bool QueryValue( com::sun::star::uno::Any& rVal,
- sal_uInt8 nMemberId = 0 ) const SAL_OVERRIDE;
+ sal_uInt8 nMemberId = 0 ) const override;
virtual bool PutValue( const com::sun::star::uno::Any& rVal,
- sal_uInt8 nMemberId ) SAL_OVERRIDE;
+ sal_uInt8 nMemberId ) override;
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const SAL_OVERRIDE;
- virtual SfxPoolItem* Create(SvStream &, sal_uInt16 nItemVersion) const SAL_OVERRIDE;
- virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion) const SAL_OVERRIDE;
+ virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const override;
+ virtual SfxPoolItem* Create(SvStream &, sal_uInt16 nItemVersion) const override;
+ virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion) const override;
};
#endif