summaryrefslogtreecommitdiff
path: root/sw/inc/fmtclbl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/fmtclbl.hxx')
-rw-r--r--sw/inc/fmtclbl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/fmtclbl.hxx b/sw/inc/fmtclbl.hxx
index cd4a34ab2768..f7ac3d18d561 100644
--- a/sw/inc/fmtclbl.hxx
+++ b/sw/inc/fmtclbl.hxx
@@ -32,8 +32,8 @@ public:
: SfxBoolItem( RES_COLUMNBALANCE, bFlag ) {}
/// "pure virtual methods" of SfxPoolItem
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const SAL_OVERRIDE;
- void dumpAsXml(struct _xmlTextWriter* pWriter) const SAL_OVERRIDE;
+ virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const override;
+ void dumpAsXml(struct _xmlTextWriter* pWriter) const override;
};
inline const SwFormatNoBalancedColumns &SwAttrSet::GetBalancedColumns(bool bInP) const