summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/CharacterPropertyItemConverter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/CharacterPropertyItemConverter.hxx')
-rw-r--r--chart2/source/controller/inc/CharacterPropertyItemConverter.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/controller/inc/CharacterPropertyItemConverter.hxx b/chart2/source/controller/inc/CharacterPropertyItemConverter.hxx
index 6d015286f2f7..7ae26ebe2271 100644
--- a/chart2/source/controller/inc/CharacterPropertyItemConverter.hxx
+++ b/chart2/source/controller/inc/CharacterPropertyItemConverter.hxx
@@ -53,13 +53,13 @@ public:
virtual ~CharacterPropertyItemConverter();
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;
::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet > GetRefSizePropertySet() const;