summaryrefslogtreecommitdiff
path: root/include/svx/xflbmsli.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xflbmsli.hxx')
-rw-r--r--include/svx/xflbmsli.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/xflbmsli.hxx b/include/svx/xflbmsli.hxx
index bbf4409c5fcf..d4b2f9098b6c 100644
--- a/include/svx/xflbmsli.hxx
+++ b/include/svx/xflbmsli.hxx
@@ -30,13 +30,13 @@ public:
XFillBmpSizeLogItem( bool bLog = true );
SVX_DLLPRIVATE XFillBmpSizeLogItem( SvStream& rIn );
- SVX_DLLPRIVATE virtual SfxPoolItem* Clone( SfxItemPool* pPool = 0 ) const SAL_OVERRIDE;
- SVX_DLLPRIVATE virtual SfxPoolItem* Create( SvStream& rIn, sal_uInt16 nVer ) const SAL_OVERRIDE;
+ SVX_DLLPRIVATE virtual SfxPoolItem* Clone( SfxItemPool* pPool = 0 ) const override;
+ SVX_DLLPRIVATE virtual SfxPoolItem* Create( SvStream& rIn, sal_uInt16 nVer ) const override;
SVX_DLLPRIVATE virtual bool GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
- OUString &rText, const IntlWrapper * = 0 ) const SAL_OVERRIDE;
+ OUString &rText, const IntlWrapper * = 0 ) const override;
};
#endif