summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/RangeSelectionListener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/RangeSelectionListener.hxx')
-rw-r--r--chart2/source/controller/inc/RangeSelectionListener.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/chart2/source/controller/inc/RangeSelectionListener.hxx b/chart2/source/controller/inc/RangeSelectionListener.hxx
index c0b96e63ee10..dcd1d7f6a5a5 100644
--- a/chart2/source/controller/inc/RangeSelectionListener.hxx
+++ b/chart2/source/controller/inc/RangeSelectionListener.hxx
@@ -50,14 +50,11 @@ public:
protected:
// ____ XRangeSelectionListener ____
- virtual void SAL_CALL done( const css::sheet::RangeSelectionEvent& aEvent )
- throw (css::uno::RuntimeException, std::exception) override;
- virtual void SAL_CALL aborted( const css::sheet::RangeSelectionEvent& aEvent )
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL done( const css::sheet::RangeSelectionEvent& aEvent ) override;
+ virtual void SAL_CALL aborted( const css::sheet::RangeSelectionEvent& aEvent ) override;
// ____ XEventListener ____
- virtual void SAL_CALL disposing( const css::lang::EventObject& Source )
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL disposing( const css::lang::EventObject& Source ) override;
private:
RangeSelectionListenerParent & m_rParent;