summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/DataPointItemConverter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/DataPointItemConverter.hxx')
-rw-r--r--chart2/source/controller/inc/DataPointItemConverter.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/chart2/source/controller/inc/DataPointItemConverter.hxx b/chart2/source/controller/inc/DataPointItemConverter.hxx
index aade0d7879ad..43e2563d257f 100644
--- a/chart2/source/controller/inc/DataPointItemConverter.hxx
+++ b/chart2/source/controller/inc/DataPointItemConverter.hxx
@@ -56,17 +56,17 @@ public:
virtual ~DataPointItemConverter();
- virtual void FillItemSet( SfxItemSet & rOutItemSet ) const SAL_OVERRIDE;
- virtual bool ApplyItemSet( const SfxItemSet & rItemSet ) SAL_OVERRIDE;
+ virtual void FillItemSet( SfxItemSet & rOutItemSet ) const override;
+ virtual bool ApplyItemSet( const SfxItemSet & rItemSet ) override;
protected:
- virtual const sal_uInt16 * GetWhichPairs() const SAL_OVERRIDE;
- virtual bool GetItemProperty( tWhichIdType nWhichId, tPropertyNameWithMemberId & rOutProperty ) const SAL_OVERRIDE;
+ virtual const sal_uInt16 * GetWhichPairs() const override;
+ virtual bool GetItemProperty( tWhichIdType nWhichId, tPropertyNameWithMemberId & rOutProperty ) const override;
virtual void FillSpecialItem( sal_uInt16 nWhichId, SfxItemSet & rOutItemSet ) const
- throw (css::uno::Exception) SAL_OVERRIDE;
+ throw (css::uno::Exception) override;
virtual bool ApplySpecialItem( sal_uInt16 nWhichId, const SfxItemSet & rItemSet )
- throw (css::uno::Exception) SAL_OVERRIDE;
+ throw (css::uno::Exception) override;
private:
::std::vector< ItemConverter * > m_aConverters;