summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-27 21:10:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-27 21:10:57 +0100
commit7e46e9bb5c226defde6fb4b3c1d4022991df33c1 (patch)
tree8d9e5e15184e8942f6795000b0e03d1a2a5cd376 /stoc
parenta9297447b139b127723201771b5c225c9bd5efec (diff)
coverity#1374309 Uncaught exception
Change-Id: I043236e45fbb110b6b3818f2b02dcf1f512623f6
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 b780b7a853d0..d27c08139d26 100644
--- a/stoc/source/javavm/javavm.cxx
+++ b/stoc/source/javavm/javavm.cxx
@@ -349,7 +349,7 @@ void getINetPropsFromConfig(stoc_javavm::JVM * pjvm,
void getDefaultLocaleFromConfig(
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)
{
css::uno::Reference<css::uno::XInterface> xConfRegistry =
xSMgr->createInstanceWithContext( "com.sun.star.configuration.ConfigurationRegistry", xCtx );