stoc/source/javavm/javavm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 7e46e9bb5c226defde6fb4b3c1d4022991df33c1 Author: Caolán McNamara <caol...@redhat.com> Date: Thu Oct 27 21:10:57 2016 +0100 coverity#1374309 Uncaught exception Change-Id: I043236e45fbb110b6b3818f2b02dcf1f512623f6 diff --git a/stoc/source/javavm/javavm.cxx b/stoc/source/javavm/javavm.cxx index b780b7a..d27c081 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 );
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits