From 475de88f19ce629d5ff60a61bb35365a265ab1b4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 25 Feb 2014 13:46:36 +0000 Subject: coverity#738316 Uncaught exception Change-Id: I9b5f180e81d7703ffb7dc911e81305309b8575cf --- sw/source/ui/inc/uivwimp.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sw/source/ui/inc') diff --git a/sw/source/ui/inc/uivwimp.hxx b/sw/source/ui/inc/uivwimp.hxx index 9426b2ee4395..842f6b17c0c3 100644 --- a/sw/source/ui/inc/uivwimp.hxx +++ b/sw/source/ui/inc/uivwimp.hxx @@ -72,7 +72,8 @@ class SwClipboardChangeListener : public ::cppu::WeakImplHelper1< // XClipboardListener virtual void SAL_CALL changedContents( const ::com::sun::star::datatransfer::clipboard::ClipboardEvent& rEventObject ) - throw ( com::sun::star::uno::RuntimeException ); + throw (com::sun::star::uno::RuntimeException, + std::exception); public: SwClipboardChangeListener( SwView& rView ) : pView( &rView ) {} -- cgit v1.2.3