From 0ac8d57b0c9a6a16aa1e49ee269b1affe6e7e04a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 22 Feb 2014 21:23:18 +0000 Subject: coverity#983817 Uncaught exception Change-Id: I91883489d9557c5e3779c6b16bf377c1b95e49da --- sdext/source/presenter/PresenterScrollBar.cxx | 2 +- sdext/source/presenter/PresenterScrollBar.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sdext/source') diff --git a/sdext/source/presenter/PresenterScrollBar.cxx b/sdext/source/presenter/PresenterScrollBar.cxx index c48b8d148a34..44cb4e6f4c9b 100644 --- a/sdext/source/presenter/PresenterScrollBar.cxx +++ b/sdext/source/presenter/PresenterScrollBar.cxx @@ -447,7 +447,7 @@ void SAL_CALL PresenterScrollBar::mouseMoved (const css::awt::MouseEvent& rEvent } void SAL_CALL PresenterScrollBar::mouseDragged (const css::awt::MouseEvent& rEvent) - throw (css::uno::RuntimeException) + throw (css::uno::RuntimeException, std::exception) { if (meButtonDownArea != Thumb) return; diff --git a/sdext/source/presenter/PresenterScrollBar.hxx b/sdext/source/presenter/PresenterScrollBar.hxx index d7006b481211..227bf592330f 100644 --- a/sdext/source/presenter/PresenterScrollBar.hxx +++ b/sdext/source/presenter/PresenterScrollBar.hxx @@ -150,7 +150,7 @@ public: throw (css::uno::RuntimeException); virtual void SAL_CALL mouseDragged (const css::awt::MouseEvent& rEvent) - throw (css::uno::RuntimeException); + throw (css::uno::RuntimeException, std::exception); // lang::XEventListener virtual void SAL_CALL disposing (const css::lang::EventObject& rEvent) -- cgit v1.2.3