summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 10:08:51 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 10:45:21 +0000
commitf2e81e5803ecc487e83669fe2d3eb14558b9cb37 (patch)
tree39920c1a4813ab1d7614c0509b8e247fb43b4a3d /sc/inc
parent8a6c074532f837a636e043b4f5e25f927ec62352 (diff)
coverity#737623 Uncaught exception
Change-Id: I43a3e098b3adedbcada4f26c507de0272a4775ec
Diffstat (limited to 'sc/inc')
-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 cafe41afafdc..2ccc3620ac95 100644
--- a/sc/inc/linkuno.hxx
+++ b/sc/inc/linkuno.hxx
@@ -484,7 +484,8 @@ public:
virtual ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XDDELink > SAL_CALL addDDELink(
const OUString& aApplication, const OUString& aTopic,
const OUString& aItem, ::com::sun::star::sheet::DDELinkMode nMode )
- throw (::com::sun::star::uno::RuntimeException);
+ throw (::com::sun::star::uno::RuntimeException,
+ std::exception);
// XServiceInfo
virtual OUString SAL_CALL getImplementationName()