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/invocation | |
parent | ebcc8707a019831907c340ce3bcbc9557136eed0 (diff) |
New loplugin:dynexcspec: Add @throws documentation, stoc
Change-Id: I8c7d5088aed055c3734165343189233b3124c9be
Diffstat (limited to 'stoc/source/invocation')
-rw-r--r-- | stoc/source/invocation/invocation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/invocation/invocation.cxx b/stoc/source/invocation/invocation.cxx index 9f965dcfef2a..933ed5b556f3 100644 --- a/stoc/source/invocation/invocation.cxx +++ b/stoc/source/invocation/invocation.cxx @@ -1139,7 +1139,7 @@ Reference<XInterface> InvocationService::createInstanceWithArguments( } } - +/// @throws RuntimeException Reference<XInterface> SAL_CALL InvocationService_CreateInstance( const Reference<XComponentContext> & xCtx ) throw( RuntimeException ) { |