summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/ChartRangeSelectionListener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/ChartRangeSelectionListener.hxx')
-rw-r--r--sc/source/ui/inc/ChartRangeSelectionListener.hxx15
1 files changed, 5 insertions, 10 deletions
diff --git a/sc/source/ui/inc/ChartRangeSelectionListener.hxx b/sc/source/ui/inc/ChartRangeSelectionListener.hxx
index 912bf2774003..cdba0dbb00bb 100644
--- a/sc/source/ui/inc/ChartRangeSelectionListener.hxx
+++ b/sc/source/ui/inc/ChartRangeSelectionListener.hxx
@@ -42,26 +42,21 @@ public:
protected:
// ____ XSelectionChangeListener ____
virtual void SAL_CALL selectionChanged(
- const css::lang::EventObject& aEvent )
- throw (css::uno::RuntimeException, std::exception) override;
+ const css::lang::EventObject& aEvent ) override;
// ____ XEventListener (base of XSelectionChangeListener) ____
virtual void SAL_CALL disposing(
- const css::lang::EventObject& Source )
- throw (css::uno::RuntimeException, std::exception) override;
+ const css::lang::EventObject& Source ) override;
// ____ WeakComponentImplHelperBase ____
// is called when dispose() is called at this component
virtual void SAL_CALL disposing() override;
// ____ XServiceInfo ____
- virtual OUString SAL_CALL getImplementationName()
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual OUString SAL_CALL getImplementationName() override;
virtual sal_Bool SAL_CALL supportsService(
- const OUString& ServiceName )
- throw (css::uno::RuntimeException, std::exception) override;
- virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames()
- throw (css::uno::RuntimeException, std::exception) override;
+ const OUString& ServiceName ) override;
+ virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override;
private:
ScTabViewShell * m_pViewShell;