summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 13:47:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 14:27:44 +0000
commitb2a19533927ff32809e47ef0c1e627b69a26da63 (patch)
treeeeca231459ef5e6034f8f629068a247646e8aa35 /sw/source/ui/uno
parent475de88f19ce629d5ff60a61bb35365a265ab1b4 (diff)
coverity#738348 Uncaught exception
Change-Id: I0c3b4c1f6aa7efb98c7e96b9f71d47ea51576936
Diffstat (limited to 'sw/source/ui/uno')
-rw-r--r--sw/source/ui/uno/unodispatch.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/uno/unodispatch.cxx b/sw/source/ui/uno/unodispatch.cxx
index 0df0f8f8fcb3..4d759caf107d 100644
--- a/sw/source/ui/uno/unodispatch.cxx
+++ b/sw/source/ui/uno/unodispatch.cxx
@@ -202,8 +202,9 @@ SwXDispatch::~SwXDispatch()
}
}
-void SwXDispatch::dispatch(
- const util::URL& aURL, const uno::Sequence< beans::PropertyValue >& aArgs ) throw(uno::RuntimeException)
+void SwXDispatch::dispatch(const util::URL& aURL,
+ const uno::Sequence< beans::PropertyValue >& aArgs)
+ throw (uno::RuntimeException, std::exception)
{
if(!m_pView)
throw uno::RuntimeException();