summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/MultipleItemConverter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/MultipleItemConverter.hxx')
-rw-r--r--chart2/source/controller/inc/MultipleItemConverter.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/controller/inc/MultipleItemConverter.hxx b/chart2/source/controller/inc/MultipleItemConverter.hxx
index 8abeb8464aff..0a877c3f86b4 100644
--- a/chart2/source/controller/inc/MultipleItemConverter.hxx
+++ b/chart2/source/controller/inc/MultipleItemConverter.hxx
@@ -35,11 +35,11 @@ class MultipleItemConverter : public ItemConverter
public:
virtual ~MultipleItemConverter();
- 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;
/// implemented empty (returns always false)
- virtual bool GetItemProperty( tWhichIdType nWhichId, tPropertyNameWithMemberId & rOutProperty ) const;
+ virtual bool GetItemProperty( tWhichIdType nWhichId, tPropertyNameWithMemberId & rOutProperty ) const SAL_OVERRIDE;
protected:
MultipleItemConverter( SfxItemPool& rItemPool );