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 5cbb3924e349..e59888539be6 100644
--- a/chart2/source/controller/inc/DataPointItemConverter.hxx
+++ b/chart2/source/controller/inc/DataPointItemConverter.hxx
@@ -69,17 +69,17 @@ public:
virtual ~DataPointItemConverter();
- virtual void FillItemSet( SfxItemSet & rOutItemSet ) const;
- virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
+ virtual void FillItemSet( SfxItemSet & rOutItemSet ) const SAL_OVERRIDE;
+ virtual bool ApplyItemSet( const SfxItemSet & rItemSet ) SAL_OVERRIDE;
protected:
- virtual const sal_uInt16 * GetWhichPairs() const;
- virtual bool GetItemProperty( tWhichIdType nWhichId, tPropertyNameWithMemberId & rOutProperty ) const;
+ virtual const sal_uInt16 * GetWhichPairs() const SAL_OVERRIDE;
+ virtual bool GetItemProperty( tWhichIdType nWhichId, tPropertyNameWithMemberId & rOutProperty ) const SAL_OVERRIDE;
virtual void FillSpecialItem( sal_uInt16 nWhichId, SfxItemSet & rOutItemSet ) const
- throw( ::com::sun::star::uno::Exception );
+ throw( ::com::sun::star::uno::Exception ) SAL_OVERRIDE;
virtual bool ApplySpecialItem( sal_uInt16 nWhichId, const SfxItemSet & rItemSet )
- throw( ::com::sun::star::uno::Exception );
+ throw( ::com::sun::star::uno::Exception ) SAL_OVERRIDE;
private:
::std::vector< ItemConverter * > m_aConverters;