summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_ChartType.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs/tp_ChartType.cxx')
-rw-r--r--chart2/source/controller/dialogs/tp_ChartType.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/tp_ChartType.cxx b/chart2/source/controller/dialogs/tp_ChartType.cxx
index ab7f5256b980..104fe0efeaef 100644
--- a/chart2/source/controller/dialogs/tp_ChartType.cxx
+++ b/chart2/source/controller/dialogs/tp_ChartType.cxx
@@ -317,7 +317,7 @@ public:
void fillControls( const ChartTypeParameter& rParameter );
void fillParameter( ChartTypeParameter& rParameter, bool bSmoothLines );
- virtual void StateChanged( StateChangedType nType );
+ virtual void StateChanged( StateChangedType nType ) SAL_OVERRIDE;
private:
DECL_LINK( SplineTypeListBoxHdl, void* );
@@ -404,7 +404,7 @@ public:
void fillControls( const ChartTypeParameter& rParameter );
void fillParameter( ChartTypeParameter& rParameter, bool bSteppedLines );
- virtual void StateChanged( StateChangedType nType );
+ virtual void StateChanged( StateChangedType nType ) SAL_OVERRIDE;
private: