summaryrefslogtreecommitdiff
path: root/chart2/source/view/charttypes/CandleStickChart.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/view/charttypes/CandleStickChart.hxx')
-rw-r--r--chart2/source/view/charttypes/CandleStickChart.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/chart2/source/view/charttypes/CandleStickChart.hxx b/chart2/source/view/charttypes/CandleStickChart.hxx
index 736c9ce9d13f..2a69d10fdbe8 100644
--- a/chart2/source/view/charttypes/CandleStickChart.hxx
+++ b/chart2/source/view/charttypes/CandleStickChart.hxx
@@ -35,15 +35,15 @@ public:
, sal_Int32 nDimensionCount );
virtual ~CandleStickChart();
- virtual void createShapes();
- virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32 ySlot = -1 );
+ virtual void createShapes() SAL_OVERRIDE;
+ virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32 ySlot = -1 ) SAL_OVERRIDE;
- virtual ::com::sun::star::drawing::Direction3D getPreferredDiagramAspectRatio() const;
+ virtual ::com::sun::star::drawing::Direction3D getPreferredDiagramAspectRatio() const SAL_OVERRIDE;
// MinimumAndMaximumSupplier
- virtual bool isSeparateStackingForDifferentSigns( sal_Int32 nDimensionIndex );
+ virtual bool isSeparateStackingForDifferentSigns( sal_Int32 nDimensionIndex ) SAL_OVERRIDE;
- virtual LegendSymbolStyle getLegendSymbolStyle();
+ virtual LegendSymbolStyle getLegendSymbolStyle() SAL_OVERRIDE;
private: //methods
//no default constructor