summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 10:11:06 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 10:45:21 +0000
commit4e640fef8ff1a7e31f56d406f6c010676499c711 (patch)
tree6f5c0e6dbb4f58435cbfb834db524d6981ca1144 /sc/inc
parentaead10d26fc34ce541f629e95327abf548e780c9 (diff)
coverity#737628 Uncaught exception
Change-Id: If5c1247731b494a821cff84b3adc103cc9695595
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/linkuno.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/linkuno.hxx b/sc/inc/linkuno.hxx
index ee29a6c6cef7..aa6a2dcf0752 100644
--- a/sc/inc/linkuno.hxx
+++ b/sc/inc/linkuno.hxx
@@ -85,7 +85,9 @@ public:
throw(::com::sun::star::uno::RuntimeException);
// XRefreshable
- virtual void SAL_CALL refresh() throw(::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL refresh()
+ throw (::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual void SAL_CALL addRefreshListener( const ::com::sun::star::uno::Reference<
::com::sun::star::util::XRefreshListener >& l )
throw (::com::sun::star::uno::RuntimeException,