summaryrefslogtreecommitdiff
path: root/include/editeng/forbiddenruleitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/forbiddenruleitem.hxx')
-rw-r--r--include/editeng/forbiddenruleitem.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/editeng/forbiddenruleitem.hxx b/include/editeng/forbiddenruleitem.hxx
index 19a14937b77d..9fe72c8a8cd6 100644
--- a/include/editeng/forbiddenruleitem.hxx
+++ b/include/editeng/forbiddenruleitem.hxx
@@ -37,15 +37,15 @@ public:
SvxForbiddenRuleItem( 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 SvxForbiddenRuleItem& operator=(
const SvxForbiddenRuleItem& rItem )