summaryrefslogtreecommitdiff
path: root/chart2/source/controller/sidebar
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/sidebar')
-rw-r--r--chart2/source/controller/sidebar/Chart2PanelFactory.hxx2
-rw-r--r--chart2/source/controller/sidebar/ChartAreaPanel.hxx2
-rw-r--r--chart2/source/controller/sidebar/ChartAxisPanel.hxx2
-rw-r--r--chart2/source/controller/sidebar/ChartElementsPanel.hxx2
-rw-r--r--chart2/source/controller/sidebar/ChartErrorBarPanel.hxx2
-rw-r--r--chart2/source/controller/sidebar/ChartLinePanel.hxx2
-rw-r--r--chart2/source/controller/sidebar/ChartSeriesPanel.hxx2
-rw-r--r--chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx2
-rw-r--r--chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx2
9 files changed, 9 insertions, 9 deletions
diff --git a/chart2/source/controller/sidebar/Chart2PanelFactory.hxx b/chart2/source/controller/sidebar/Chart2PanelFactory.hxx
index 7b30fc4a9fa4..aebf987830f9 100644
--- a/chart2/source/controller/sidebar/Chart2PanelFactory.hxx
+++ b/chart2/source/controller/sidebar/Chart2PanelFactory.hxx
@@ -41,7 +41,7 @@ class ChartPanelFactory
{
public:
ChartPanelFactory();
- virtual ~ChartPanelFactory();
+ virtual ~ChartPanelFactory() override;
ChartPanelFactory(const ChartPanelFactory&) = delete;
const ChartPanelFactory& operator=(const ChartPanelFactory&) = delete;
diff --git a/chart2/source/controller/sidebar/ChartAreaPanel.hxx b/chart2/source/controller/sidebar/ChartAreaPanel.hxx
index f5e64d3b227b..e510082222fa 100644
--- a/chart2/source/controller/sidebar/ChartAreaPanel.hxx
+++ b/chart2/source/controller/sidebar/ChartAreaPanel.hxx
@@ -62,7 +62,7 @@ public:
const css::uno::Reference<css::frame::XFrame>& rxFrame,
ChartController* pController);
- virtual ~ChartAreaPanel();
+ virtual ~ChartAreaPanel() override;
virtual void setFillTransparence(const XFillTransparenceItem& rItem) override;
virtual void setFillFloatTransparence(const XFillFloatTransparenceItem& rItem) override;
diff --git a/chart2/source/controller/sidebar/ChartAxisPanel.hxx b/chart2/source/controller/sidebar/ChartAxisPanel.hxx
index 6cb9ec7724d5..2f2fc98d898f 100644
--- a/chart2/source/controller/sidebar/ChartAxisPanel.hxx
+++ b/chart2/source/controller/sidebar/ChartAxisPanel.hxx
@@ -63,7 +63,7 @@ public:
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
ChartController* pController);
- virtual ~ChartAxisPanel();
+ virtual ~ChartAxisPanel() override;
virtual void dispose() override;
virtual void updateData() override;
diff --git a/chart2/source/controller/sidebar/ChartElementsPanel.hxx b/chart2/source/controller/sidebar/ChartElementsPanel.hxx
index 43565def2afe..5e04943b145a 100644
--- a/chart2/source/controller/sidebar/ChartElementsPanel.hxx
+++ b/chart2/source/controller/sidebar/ChartElementsPanel.hxx
@@ -62,7 +62,7 @@ public:
const css::uno::Reference<css::frame::XFrame>& rxFrame,
ChartController* pController);
- virtual ~ChartElementsPanel();
+ virtual ~ChartElementsPanel() override;
virtual void dispose() override;
diff --git a/chart2/source/controller/sidebar/ChartErrorBarPanel.hxx b/chart2/source/controller/sidebar/ChartErrorBarPanel.hxx
index cff8398444ef..ea7e14b79548 100644
--- a/chart2/source/controller/sidebar/ChartErrorBarPanel.hxx
+++ b/chart2/source/controller/sidebar/ChartErrorBarPanel.hxx
@@ -61,7 +61,7 @@ public:
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
ChartController* pController);
- virtual ~ChartErrorBarPanel();
+ virtual ~ChartErrorBarPanel() override;
virtual void dispose() override;
virtual void updateData() override;
diff --git a/chart2/source/controller/sidebar/ChartLinePanel.hxx b/chart2/source/controller/sidebar/ChartLinePanel.hxx
index 7a842ac56ad5..e538d3208586 100644
--- a/chart2/source/controller/sidebar/ChartLinePanel.hxx
+++ b/chart2/source/controller/sidebar/ChartLinePanel.hxx
@@ -62,7 +62,7 @@ public:
const css::uno::Reference<css::frame::XFrame>& rxFrame,
ChartController* pController);
- virtual ~ChartLinePanel();
+ virtual ~ChartLinePanel() override;
virtual void updateData() override;
virtual void modelInvalid() override;
diff --git a/chart2/source/controller/sidebar/ChartSeriesPanel.hxx b/chart2/source/controller/sidebar/ChartSeriesPanel.hxx
index f9465c328555..5710810f86d7 100644
--- a/chart2/source/controller/sidebar/ChartSeriesPanel.hxx
+++ b/chart2/source/controller/sidebar/ChartSeriesPanel.hxx
@@ -71,7 +71,7 @@ public:
vcl::Window* pParent,
const css::uno::Reference<css::frame::XFrame>& rxFrame,
ChartController* pController);
- virtual ~ChartSeriesPanel();
+ virtual ~ChartSeriesPanel() override;
virtual void dispose() override;
virtual void updateData() override;
diff --git a/chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx b/chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx
index 9a06a24973fc..69b71d6157de 100644
--- a/chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx
+++ b/chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx
@@ -31,7 +31,7 @@ class ChartSidebarModifyListener : public cppu::WeakImplHelper<css::util::XModif
public:
explicit ChartSidebarModifyListener(ChartSidebarModifyListenerParent* pParent);
- virtual ~ChartSidebarModifyListener();
+ virtual ~ChartSidebarModifyListener() override;
virtual void SAL_CALL modified(const css::lang::EventObject& rEvent)
throw (::css::uno::RuntimeException, ::std::exception) override;
diff --git a/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx b/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx
index 9ac9a18e7968..85df72231369 100644
--- a/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx
+++ b/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx
@@ -38,7 +38,7 @@ public:
explicit ChartSidebarSelectionListener(ChartSidebarSelectionListenerParent* pParent);
// only liste to the changes of eType
ChartSidebarSelectionListener(ChartSidebarSelectionListenerParent* pParent, ObjectType eType);
- virtual ~ChartSidebarSelectionListener();
+ virtual ~ChartSidebarSelectionListener() override;
virtual void SAL_CALL selectionChanged(const css::lang::EventObject& rEvent)
throw (::css::uno::RuntimeException, ::std::exception) override;