summaryrefslogtreecommitdiff
path: root/include/svl/cntwall.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/cntwall.hxx')
-rw-r--r--include/svl/cntwall.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/svl/cntwall.hxx b/include/svl/cntwall.hxx
index 35462c3280c5..a7401fd84694 100644
--- a/include/svl/cntwall.hxx
+++ b/include/svl/cntwall.hxx
@@ -42,17 +42,17 @@ public:
CntWallpaperItem( const CntWallpaperItem& rCpy );
virtual ~CntWallpaperItem();
- virtual sal_uInt16 GetVersion(sal_uInt16) const SAL_OVERRIDE;
+ virtual sal_uInt16 GetVersion(sal_uInt16) const override;
- virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE;
- virtual SfxPoolItem* Create( SvStream&, sal_uInt16 nItemVersion ) const SAL_OVERRIDE;
- virtual SvStream& Store( SvStream&, sal_uInt16 nItemVersion ) const SAL_OVERRIDE;
- virtual SfxPoolItem* Clone( SfxItemPool* pPool = 0 ) const SAL_OVERRIDE;
+ virtual bool operator==( const SfxPoolItem& ) const override;
+ virtual SfxPoolItem* Create( SvStream&, sal_uInt16 nItemVersion ) const override;
+ virtual SvStream& Store( SvStream&, sal_uInt16 nItemVersion ) const override;
+ virtual SfxPoolItem* Clone( SfxItemPool* pPool = 0 ) const override;
virtual bool QueryValue( com::sun::star::uno::Any& rVal,
- sal_uInt8 nMemberId = 0 ) const SAL_OVERRIDE;
+ sal_uInt8 nMemberId = 0 ) const override;
virtual bool PutValue ( const com::sun::star::uno::Any& rVal,
- sal_uInt8 nMemberId ) SAL_OVERRIDE;
+ sal_uInt8 nMemberId ) override;
void SetBitmapURL( const OUString& rURL ) { _aURL = rURL; }
void SetColor( Color nColor ) { _nColor = nColor; }