summaryrefslogtreecommitdiff
path: root/include/svl/imageitm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/imageitm.hxx')
-rw-r--r--include/svl/imageitm.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svl/imageitm.hxx b/include/svl/imageitm.hxx
index 9be3c456011f..0ec2b775a47e 100644
--- a/include/svl/imageitm.hxx
+++ b/include/svl/imageitm.hxx
@@ -33,10 +33,10 @@ public:
SfxImageItem( const SfxImageItem& );
virtual ~SfxImageItem();
- virtual SfxPoolItem* Clone( SfxItemPool* pPool = 0 ) const SAL_OVERRIDE;
- virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE;
- 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 SfxPoolItem* Clone( SfxItemPool* pPool = 0 ) const override;
+ virtual bool operator==( const SfxPoolItem& ) const 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;
void SetRotation( long nValue );
long GetRotation() const;