summaryrefslogtreecommitdiff
path: root/stoc/source/invocation_adapterfactory
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/invocation_adapterfactory
parentebcc8707a019831907c340ce3bcbc9557136eed0 (diff)
New loplugin:dynexcspec: Add @throws documentation, stoc
Change-Id: I8c7d5088aed055c3734165343189233b3124c9be
Diffstat (limited to 'stoc/source/invocation_adapterfactory')
-rw-r--r--stoc/source/invocation_adapterfactory/iafactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/stoc/source/invocation_adapterfactory/iafactory.cxx b/stoc/source/invocation_adapterfactory/iafactory.cxx
index 055ed2f415ae..d9369716762d 100644
--- a/stoc/source/invocation_adapterfactory/iafactory.cxx
+++ b/stoc/source/invocation_adapterfactory/iafactory.cxx
@@ -894,7 +894,7 @@ Sequence< OUString > FactoryImpl::getSupportedServiceNames()
return invadp_getSupportedServiceNames();
}
-
+/// @throws Exception
static Reference< XInterface > SAL_CALL FactoryImpl_create(
const Reference< XComponentContext > & xContext )
throw (Exception)