From 491f9a6ce4ab670145833dbcdd2b2ae5fe824c68 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 19 Jan 2017 17:50:46 +0100 Subject: New loplugin:dynexcspec: Add @throws documentation, stoc Change-Id: I8c7d5088aed055c3734165343189233b3124c9be --- stoc/source/invocation_adapterfactory/iafactory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stoc/source/invocation_adapterfactory') 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) -- cgit