summaryrefslogtreecommitdiff
path: root/include/editeng/hngpnctitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/hngpnctitem.hxx')
-rw-r--r--include/editeng/hngpnctitem.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/editeng/hngpnctitem.hxx b/include/editeng/hngpnctitem.hxx
index d79cdb8fe4e2..a29d635de2e9 100644
--- a/include/editeng/hngpnctitem.hxx
+++ b/include/editeng/hngpnctitem.hxx
@@ -36,15 +36,15 @@ public:
SvxHangingPunctuationItem( bool bOn /*= false*/, const sal_uInt16 nId );
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const SAL_OVERRIDE;
- virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const SAL_OVERRIDE;
- virtual sal_uInt16 GetVersion( sal_uInt16 nFileVersion ) const SAL_OVERRIDE;
+ virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const override;
+ virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const override;
+ virtual sal_uInt16 GetVersion( sal_uInt16 nFileVersion ) const override;
virtual bool GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
OUString &rText,
- const IntlWrapper * = 0 ) const SAL_OVERRIDE;
+ const IntlWrapper * = 0 ) const override;
inline SvxHangingPunctuationItem& operator=(
const SvxHangingPunctuationItem& rItem )