summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/AxisItemConverter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/AxisItemConverter.hxx')
-rw-r--r--chart2/source/controller/inc/AxisItemConverter.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/chart2/source/controller/inc/AxisItemConverter.hxx b/chart2/source/controller/inc/AxisItemConverter.hxx
index 07eaf165bcc3..63ec727f3f11 100644
--- a/chart2/source/controller/inc/AxisItemConverter.hxx
+++ b/chart2/source/controller/inc/AxisItemConverter.hxx
@@ -45,17 +45,17 @@ public:
virtual ~AxisItemConverter();
- 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;