summaryrefslogtreecommitdiff
path: root/chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx')
-rw-r--r--chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx b/chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx
index 69b71d6157de..9efe382e2761 100644
--- a/chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx
+++ b/chart2/source/controller/sidebar/ChartSidebarModifyListener.hxx
@@ -33,11 +33,9 @@ public:
explicit ChartSidebarModifyListener(ChartSidebarModifyListenerParent* pParent);
virtual ~ChartSidebarModifyListener() override;
- virtual void SAL_CALL modified(const css::lang::EventObject& rEvent)
- throw (::css::uno::RuntimeException, ::std::exception) override;
+ virtual void SAL_CALL modified(const css::lang::EventObject& rEvent) override;
- virtual void SAL_CALL disposing(const css::lang::EventObject& rEvent)
- throw (::css::uno::RuntimeException, ::std::exception) override;
+ virtual void SAL_CALL disposing(const css::lang::EventObject& rEvent) override;
private:
ChartSidebarModifyListenerParent* mpParent;