summaryrefslogtreecommitdiff
path: root/sc/inc/linkuno.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-29 15:38:57 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-29 16:41:33 +0000
commitfa9a817630bebc27d62b516b27a35c8de06a0ef7 (patch)
tree345855c6c0e08d69780dbed07dd7c584763ddd2f /sc/inc/linkuno.hxx
parent9bd0e895a4c937f1f831aab1cca6f2e94387260b (diff)
coverity#1078995 Uncaught exception
Change-Id: I9fe5e4ed518536b1ed8d33f65efa2b092f1b998d
Diffstat (limited to 'sc/inc/linkuno.hxx')
-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 b5788e8e7706..f02d362f59a3 100644
--- a/sc/inc/linkuno.hxx
+++ b/sc/inc/linkuno.hxx
@@ -235,7 +235,9 @@ public:
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
// 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);