summaryrefslogtreecommitdiff
path: root/include/editeng/lineitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/lineitem.hxx')
-rw-r--r--include/editeng/lineitem.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/editeng/lineitem.hxx b/include/editeng/lineitem.hxx
index ec2aa4935f83..740813323961 100644
--- a/include/editeng/lineitem.hxx
+++ b/include/editeng/lineitem.hxx
@@ -46,19 +46,19 @@ public:
virtual ~SvxLineItem();
SvxLineItem &operator=( const SvxLineItem& rLine );
- virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const SAL_OVERRIDE;
- virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) SAL_OVERRIDE;
- virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE;
+ virtual bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override;
+ virtual bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) override;
+ virtual bool operator==( const SfxPoolItem& ) const override;
virtual bool GetPresentation( SfxItemPresentation ePres,
SfxMapUnit eCoreMetric,
SfxMapUnit ePresMetric,
- OUString &rText, const IntlWrapper * = 0 ) const SAL_OVERRIDE;
+ OUString &rText, const IntlWrapper * = 0 ) const override;
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const SAL_OVERRIDE;
- virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const SAL_OVERRIDE;
- virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion ) const SAL_OVERRIDE;
- virtual bool ScaleMetrics( long nMult, long nDiv ) SAL_OVERRIDE;
- virtual bool HasMetrics() const SAL_OVERRIDE;
+ virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const override;
+ virtual SfxPoolItem* Create(SvStream &, sal_uInt16) const override;
+ virtual SvStream& Store(SvStream &, sal_uInt16 nItemVersion ) const override;
+ virtual bool ScaleMetrics( long nMult, long nDiv ) override;
+ virtual bool HasMetrics() const override;
const editeng::SvxBorderLine* GetLine () const { return pLine; }
void SetLine ( const editeng::SvxBorderLine *pNew );