summaryrefslogtreecommitdiff
path: root/include/svl/globalnameitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/globalnameitem.hxx')
-rw-r--r--include/svl/globalnameitem.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svl/globalnameitem.hxx b/include/svl/globalnameitem.hxx
index 461cee61b8e8..764bf0e15b55 100644
--- a/include/svl/globalnameitem.hxx
+++ b/include/svl/globalnameitem.hxx
@@ -34,14 +34,14 @@ public:
SfxGlobalNameItem( sal_uInt16 nWhich, const SvGlobalName& );
~SfxGlobalNameItem();
- virtual bool operator==( const SfxPoolItem& ) const;
- virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const;
+ virtual bool operator==( const SfxPoolItem& ) const SAL_OVERRIDE;
+ virtual SfxPoolItem* Clone( SfxItemPool *pPool = 0 ) const SAL_OVERRIDE;
SvGlobalName GetValue() const { return m_aName; }
virtual bool PutValue ( const com::sun::star::uno::Any& rVal,
- sal_uInt8 nMemberId = 0 );
+ sal_uInt8 nMemberId = 0 ) SAL_OVERRIDE;
virtual bool QueryValue( com::sun::star::uno::Any& rVal,
- sal_uInt8 nMemberId = 0 ) const;
+ sal_uInt8 nMemberId = 0 ) const SAL_OVERRIDE;
};
#endif