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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/xflbstit.hxx b/include/svx/xflbstit.hxx
index b59f6748d787..7d0e9e72c7ac 100644
--- a/include/svx/xflbstit.hxx
+++ b/include/svx/xflbstit.hxx
@@ -30,13 +30,13 @@ public:
XFillBmpStretchItem( bool bStretch = true );
XFillBmpStretchItem( SvStream& rIn );
- virtual SfxPoolItem* Clone( SfxItemPool* pPool = NULL ) const;
- virtual SfxPoolItem* Create( SvStream& rIn, sal_uInt16 nVer ) const;
+ virtual SfxPoolItem* Clone( SfxItemPool* pPool = NULL ) const SAL_OVERRIDE;
+ virtual SfxPoolItem* Create( SvStream& rIn, sal_uInt16 nVer ) const SAL_OVERRIDE;
virtual SfxItemPresentation GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
- OUString &rText, const IntlWrapper * = 0 ) const;
+ OUString &rText, const IntlWrapper * = 0 ) const SAL_OVERRIDE;
};
#endif