summaryrefslogtreecommitdiff
path: root/sc/inc/linkuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 10:07:00 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 10:45:20 +0000
commitddfe6a197aa3c09ba84311a540f7eb40c8893da1 (patch)
tree44c4e8fecf56da0c74677e1e4beea2b36974cd07 /sc/inc/linkuno.hxx
parent291bd0964b6e42b23e989d94262758b5d59da05a (diff)
coverity#737619 Uncaught exception
Change-Id: I0e8d44d94fc34eb8d0b1b14fcdc997fafe0dca64
Diffstat (limited to 'sc/inc/linkuno.hxx')
-rw-r--r--sc/inc/linkuno.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/linkuno.hxx b/sc/inc/linkuno.hxx
index 30b27ebe459e..1e64e6ac5791 100644
--- a/sc/inc/linkuno.hxx
+++ b/sc/inc/linkuno.hxx
@@ -408,7 +408,8 @@ public:
virtual void SAL_CALL refresh() throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL addRefreshListener( const ::com::sun::star::uno::Reference<
::com::sun::star::util::XRefreshListener >& l )
- throw(::com::sun::star::uno::RuntimeException);
+ throw (::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual void SAL_CALL removeRefreshListener( const ::com::sun::star::uno::Reference<
::com::sun::star::util::XRefreshListener >& l )
throw(::com::sun::star::uno::RuntimeException);