diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 17:50:46 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:03:13 +0100 |
commit | 491f9a6ce4ab670145833dbcdd2b2ae5fe824c68 (patch) | |
tree | 677d54ba20aacb890d24f42ab8e99820d3de7a0b /stoc/source/javavm | |
parent | ebcc8707a019831907c340ce3bcbc9557136eed0 (diff) |
New loplugin:dynexcspec: Add @throws documentation, stoc
Change-Id: I8c7d5088aed055c3734165343189233b3124c9be
Diffstat (limited to 'stoc/source/javavm')
-rw-r--r-- | stoc/source/javavm/javavm.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/stoc/source/javavm/javavm.cxx b/stoc/source/javavm/javavm.cxx index b7bc59f101bc..907fd12bd7ea 100644 --- a/stoc/source/javavm/javavm.cxx +++ b/stoc/source/javavm/javavm.cxx @@ -265,6 +265,7 @@ bool askForRetry(css::uno::Any const & rException) // Only gets the properties if the "Proxy Server" entry in the option dialog is // set to manual (i.e. not to none) +/// @throws css::uno::Exception void getINetPropsFromConfig(stoc_javavm::JVM * pjvm, const css::uno::Reference<css::lang::XMultiComponentFactory> & xSMgr, const css::uno::Reference<css::uno::XComponentContext> &xCtx ) throw (css::uno::Exception) @@ -346,6 +347,7 @@ void getINetPropsFromConfig(stoc_javavm::JVM * pjvm, xConfRegistry_simple->close(); } +/// @throws css::uno::Exception void getDefaultLocaleFromConfig( stoc_javavm::JVM * pjvm, const css::uno::Reference<css::lang::XMultiComponentFactory> & xSMgr, @@ -449,7 +451,7 @@ void getDefaultLocaleFromConfig( xConfRegistry_simple->close(); } - +/// @throws css::uno::Exception void getJavaPropsFromSafetySettings( stoc_javavm::JVM * pjvm, const css::uno::Reference<css::lang::XMultiComponentFactory> & xSMgr, @@ -536,6 +538,7 @@ void setTimeZone(stoc_javavm::JVM * pjvm) throw() { pjvm->pushProp("user.timezone=ECT"); } +/// @throws css::uno::Exception void initVMConfiguration( stoc_javavm::JVM * pjvm, const css::uno::Reference<css::lang::XMultiComponentFactory> & xSMgr, |