summaryrefslogtreecommitdiff
path: root/include/svx/xit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xit.hxx')
-rw-r--r--include/svx/xit.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svx/xit.hxx b/include/svx/xit.hxx
index 1d5dae5fa5da..7ea554d39585 100644
--- a/include/svx/xit.hxx
+++ b/include/svx/xit.hxx
@@ -52,10 +52,10 @@ public:
NameOrIndex(const NameOrIndex& rNameOrIndex);
~NameOrIndex() {};
- virtual bool operator==(const SfxPoolItem& rItem) const;
- virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const;
- virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const;
- virtual SvStream& Store(SvStream& rOut, sal_uInt16 nItemVersion ) const;
+ virtual bool operator==(const SfxPoolItem& rItem) const SAL_OVERRIDE;
+ virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const SAL_OVERRIDE;
+ virtual SfxPoolItem* Create(SvStream& rIn, sal_uInt16 nVer) const SAL_OVERRIDE;
+ virtual SvStream& Store(SvStream& rOut, sal_uInt16 nItemVersion ) const SAL_OVERRIDE;
OUString GetName() const { return GetValue(); }
void SetName(const OUString& rName) { SetValue(rName); }