summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-11-02 20:26:28 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-11-02 20:26:28 +0000
commit0a1e6954a11df2d8ae13ea4f3b9086c050a2bbed (patch)
treec8e3071904590858891994b6b243ac1787ae4ba3 /stoc
parent98479f1429eed10b913c69a3fa49e0d8d84acc3e (diff)
coverity#1375798 Uncaught exception
Change-Id: Id7e968170a038d9316503ee796cfd6a99e9fc3ae
Diffstat (limited to 'stoc')
-rw-r--r--stoc/source/javavm/javavm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/javavm/javavm.cxx b/stoc/source/javavm/javavm.cxx
index d27c08139d26..b7bc59f101bc 100644
--- a/stoc/source/javavm/javavm.cxx
+++ b/stoc/source/javavm/javavm.cxx
@@ -539,7 +539,7 @@ void setTimeZone(stoc_javavm::JVM * pjvm) throw() {
void initVMConfiguration(
stoc_javavm::JVM * pjvm,
const css::uno::Reference<css::lang::XMultiComponentFactory> & xSMgr,
- const css::uno::Reference<css::uno::XComponentContext > &xCtx) throw(css::uno::Exception)
+ const css::uno::Reference<css::uno::XComponentContext > &xCtx) throw(css::uno::Exception, std::exception)
{
stoc_javavm::JVM jvm;
try {