summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slideview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/slideview.cxx')
-rw-r--r--slideshow/source/engine/slideview.cxx12
1 files changed, 3 insertions, 9 deletions
diff --git a/slideshow/source/engine/slideview.cxx b/slideshow/source/engine/slideview.cxx
index e82ab8011e5e..d215fcfdaa0e 100644
--- a/slideshow/source/engine/slideview.cxx
+++ b/slideshow/source/engine/slideview.cxx
@@ -705,14 +705,11 @@ private:
virtual bool isSoundEnabled() const override;
// XEventListener:
- virtual void SAL_CALL disposing( lang::EventObject const& evt )
- throw (uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL disposing( lang::EventObject const& evt ) override;
// XModifyListener:
- virtual void SAL_CALL modified( const lang::EventObject& aEvent )
- throw (uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL modified( const lang::EventObject& aEvent ) override;
// XPaintListener:
- virtual void SAL_CALL windowPaint( const awt::PaintEvent& e )
- throw (uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL windowPaint( const awt::PaintEvent& e ) override;
// WeakComponentImplHelperBase:
virtual void SAL_CALL disposing() override;
@@ -1015,7 +1012,6 @@ void SlideView::_dispose()
// XEventListener
void SlideView::disposing( lang::EventObject const& evt )
- throw (uno::RuntimeException, std::exception)
{
(void)evt;
@@ -1057,7 +1053,6 @@ struct WeakRefWrapper
// XModifyListener
void SlideView::modified( const lang::EventObject& /*aEvent*/ )
- throw (uno::RuntimeException, std::exception)
{
osl::MutexGuard const guard( m_aMutex );
@@ -1105,7 +1100,6 @@ void SlideView::modified( const lang::EventObject& /*aEvent*/ )
// XPaintListener
void SlideView::windowPaint( const awt::PaintEvent& /*e*/ )
- throw (uno::RuntimeException, std::exception)
{
osl::MutexGuard aGuard( m_aMutex );