summaryrefslogtreecommitdiff
path: root/include/svl/grabbagitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/grabbagitem.hxx')
-rw-r--r--include/svl/grabbagitem.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/svl/grabbagitem.hxx b/include/svl/grabbagitem.hxx
index 8acdd547ac54..9fc6949eb69c 100644
--- a/include/svl/grabbagitem.hxx
+++ b/include/svl/grabbagitem.hxx
@@ -40,11 +40,11 @@ public:
return m_aMap;
}
- virtual bool operator==(const SfxPoolItem&) const SAL_OVERRIDE;
- virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const SAL_OVERRIDE;
+ virtual bool operator==(const SfxPoolItem&) const override;
+ virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const override;
- virtual bool PutValue(const css::uno::Any& rVal, sal_uInt8 nMemberId) SAL_OVERRIDE;
- virtual bool QueryValue(css::uno::Any& rVal, sal_uInt8 nMemberId = 0) const SAL_OVERRIDE;
+ virtual bool PutValue(const css::uno::Any& rVal, sal_uInt8 nMemberId) override;
+ virtual bool QueryValue(css::uno::Any& rVal, sal_uInt8 nMemberId = 0) const override;
};
#endif