summaryrefslogtreecommitdiff
path: root/include/svx/xflbstit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xflbstit.hxx')
-rw-r--r--include/svx/xflbstit.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/xflbstit.hxx b/include/svx/xflbstit.hxx
index a558ed83220a..4a8c2dc9b654 100644
--- a/include/svx/xflbstit.hxx
+++ b/include/svx/xflbstit.hxx
@@ -30,14 +30,14 @@ public:
XFillBmpStretchItem( bool bStretch = true );
XFillBmpStretchItem( SvStream& rIn );
- virtual SfxPoolItem* Clone( SfxItemPool* pPool = NULL ) const SAL_OVERRIDE;
- virtual SfxPoolItem* Create( SvStream& rIn, sal_uInt16 nVer ) const SAL_OVERRIDE;
+ virtual SfxPoolItem* Clone( SfxItemPool* pPool = NULL ) const override;
+ virtual SfxPoolItem* Create( SvStream& rIn, sal_uInt16 nVer ) const override;
virtual bool GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
- OUString &rText, const IntlWrapper * = 0 ) const SAL_OVERRIDE;
- void dumpAsXml(struct _xmlTextWriter* pWriter) const SAL_OVERRIDE;
+ OUString &rText, const IntlWrapper * = 0 ) const override;
+ void dumpAsXml(struct _xmlTextWriter* pWriter) const override;
};
#endif