summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/dlg_DataSource.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/dlg_DataSource.hxx')
-rw-r--r--chart2/source/controller/inc/dlg_DataSource.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/source/controller/inc/dlg_DataSource.hxx b/chart2/source/controller/inc/dlg_DataSource.hxx
index 4a2187ab7eed..665867b3d33c 100644
--- a/chart2/source/controller/inc/dlg_DataSource.hxx
+++ b/chart2/source/controller/inc/dlg_DataSource.hxx
@@ -50,14 +50,14 @@ public:
const ::com::sun::star::uno::Reference<
::com::sun::star::uno::XComponentContext > & xContext );
virtual ~DataSourceDialog();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
// from Dialog (base of TabDialog)
- virtual short Execute() SAL_OVERRIDE;
+ virtual short Execute() override;
// TabPageNotifiable
- virtual void setInvalidPage( TabPage * pTabPage ) SAL_OVERRIDE;
- virtual void setValidPage( TabPage * pTabPage ) SAL_OVERRIDE;
+ virtual void setInvalidPage( TabPage * pTabPage ) override;
+ virtual void setValidPage( TabPage * pTabPage ) override;
protected:
::com::sun::star::uno::Reference< ::com::sun::star::chart2::XChartDocument >