summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/RegressionCurveItemConverter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/RegressionCurveItemConverter.hxx')
-rw-r--r--chart2/source/controller/inc/RegressionCurveItemConverter.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/chart2/source/controller/inc/RegressionCurveItemConverter.hxx b/chart2/source/controller/inc/RegressionCurveItemConverter.hxx
index 9493307f6e2f..df7d307dad19 100644
--- a/chart2/source/controller/inc/RegressionCurveItemConverter.hxx
+++ b/chart2/source/controller/inc/RegressionCurveItemConverter.hxx
@@ -49,17 +49,17 @@ public:
::com::sun::star::lang::XMultiServiceFactory > & xNamedPropertyContainerFactory );
virtual ~RegressionCurveItemConverter();
- 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:
::boost::shared_ptr< ItemConverter > m_spGraphicConverter;