summaryrefslogtreecommitdiff
path: root/chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx')
-rw-r--r--chart2/source/controller/sidebar/ChartSidebarSelectionListener.hxx2
1 files changed, 1 insertions, 1 deletions
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;