summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/ChartRangeSelectionListener.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/ChartRangeSelectionListener.cxx')
-rw-r--r--sc/source/ui/unoobj/ChartRangeSelectionListener.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/ChartRangeSelectionListener.cxx b/sc/source/ui/unoobj/ChartRangeSelectionListener.cxx
index f4686de887e9..e90b32192256 100644
--- a/sc/source/ui/unoobj/ChartRangeSelectionListener.cxx
+++ b/sc/source/ui/unoobj/ChartRangeSelectionListener.cxx
@@ -44,7 +44,6 @@ ScChartRangeSelectionListener::~ScChartRangeSelectionListener()
// ____ XModifyListener ____
void SAL_CALL ScChartRangeSelectionListener::selectionChanged( const lang::EventObject& aEvent )
- throw (uno::RuntimeException, std::exception)
{
Reference< chart2::data::XRangeHighlighter > xRangeHighlighter( aEvent.Source, uno::UNO_QUERY );
if( xRangeHighlighter.is())
@@ -62,7 +61,6 @@ void SAL_CALL ScChartRangeSelectionListener::selectionChanged( const lang::Event
// ____ XEventListener ____
void SAL_CALL ScChartRangeSelectionListener::disposing( const lang::EventObject& /*Source*/ )
- throw (uno::RuntimeException, std::exception)
{
}