diff options
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/javavm/javavm.cxx | 2 |
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 { |