diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 17:55:21 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:03:18 +0100 |
commit | 21dda4921fa4bdcf6bd8193d776f316f967898da (patch) | |
tree | 2aa0ed38e7e7735df4bc0ab048ba9e64d4fc64bd /linguistic/source/lngsvcmgr.cxx | |
parent | 327f3f544e9bdb31e1d331c566db48a0a666a4f2 (diff) |
New loplugin:dynexcspec: Add @throws documentation, linguistic
Change-Id: Ib1aba8d944d46d4cfc74b473da006aff4e7a1c83
Diffstat (limited to 'linguistic/source/lngsvcmgr.cxx')
-rw-r--r-- | linguistic/source/lngsvcmgr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx index 2f43476b115b..e7028ee9ff5f 100644 --- a/linguistic/source/lngsvcmgr.cxx +++ b/linguistic/source/lngsvcmgr.cxx @@ -2004,7 +2004,7 @@ uno::Sequence< OUString > LngSvcMgr::getSupportedServiceNames_Static() return aSNS; } - +/// @throws uno::Exception uno::Reference< uno::XInterface > SAL_CALL LngSvcMgr_CreateInstance( const uno::Reference< lang::XMultiServiceFactory > & /*rSMgr*/ ) throw(uno::Exception, std::exception) |