From d9bf242a7d57025aecf6e7117ac9626f6a293a1e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 24 Apr 2014 09:14:00 +0100 Subject: coverity#984006 Uncaught exception Change-Id: I0aae5a1dfab6a5f0439905a03b13f83be84a8746 --- vcl/unx/generic/dtrans/X11_selection.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vcl/unx/generic/dtrans/X11_selection.hxx') diff --git a/vcl/unx/generic/dtrans/X11_selection.hxx b/vcl/unx/generic/dtrans/X11_selection.hxx index 2bfc632f8113..1b64428db1cc 100644 --- a/vcl/unx/generic/dtrans/X11_selection.hxx +++ b/vcl/unx/generic/dtrans/X11_selection.hxx @@ -472,7 +472,8 @@ namespace x11 { virtual void SAL_CALL initialize( const Sequence< Any >& arguments ) throw( ::com::sun::star::uno::Exception, std::exception ) SAL_OVERRIDE; // XEventHandler - virtual sal_Bool SAL_CALL handleEvent( const Any& event ) throw(std::exception) SAL_OVERRIDE; + virtual sal_Bool SAL_CALL handleEvent(const Any& event) + throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; // XDragSource virtual sal_Bool SAL_CALL isDragImageSupported() throw(std::exception) SAL_OVERRIDE; -- cgit