summaryrefslogtreecommitdiff
path: root/stoc/source/proxy_factory/proxyfac.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:50:46 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:13 +0100
commit491f9a6ce4ab670145833dbcdd2b2ae5fe824c68 (patch)
tree677d54ba20aacb890d24f42ab8e99820d3de7a0b /stoc/source/proxy_factory/proxyfac.cxx
parentebcc8707a019831907c340ce3bcbc9557136eed0 (diff)
New loplugin:dynexcspec: Add @throws documentation, stoc
Change-Id: I8c7d5088aed055c3734165343189233b3124c9be
Diffstat (limited to 'stoc/source/proxy_factory/proxyfac.cxx')
-rw-r--r--stoc/source/proxy_factory/proxyfac.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/proxy_factory/proxyfac.cxx b/stoc/source/proxy_factory/proxyfac.cxx
index b60af0b4d878..a701e7b02478 100644
--- a/stoc/source/proxy_factory/proxyfac.cxx
+++ b/stoc/source/proxy_factory/proxyfac.cxx
@@ -438,7 +438,7 @@ Sequence< OUString > FactoryImpl::getSupportedServiceNames()
return proxyfac_getSupportedServiceNames();
}
-
+/// @throws Exception
Reference< XInterface > SAL_CALL proxyfac_create(
SAL_UNUSED_PARAMETER Reference< XComponentContext > const & )
throw (Exception)