summaryrefslogtreecommitdiff
path: root/linguistic/source/gciterator.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:55:21 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:18 +0100
commit21dda4921fa4bdcf6bd8193d776f316f967898da (patch)
tree2aa0ed38e7e7735df4bc0ab048ba9e64d4fc64bd /linguistic/source/gciterator.cxx
parent327f3f544e9bdb31e1d331c566db48a0a666a4f2 (diff)
New loplugin:dynexcspec: Add @throws documentation, linguistic
Change-Id: Ib1aba8d944d46d4cfc74b473da006aff4e7a1c83
Diffstat (limited to 'linguistic/source/gciterator.cxx')
-rw-r--r--linguistic/source/gciterator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/gciterator.cxx b/linguistic/source/gciterator.cxx
index f3553c4f1195..8897122f1cd4 100644
--- a/linguistic/source/gciterator.cxx
+++ b/linguistic/source/gciterator.cxx
@@ -1141,7 +1141,7 @@ static uno::Sequence< OUString > GrammarCheckingIterator_getSupportedServiceName
return aSNS;
}
-
+/// @throws uno::Exception
static uno::Reference< uno::XInterface > SAL_CALL GrammarCheckingIterator_createInstance(
const uno::Reference< lang::XMultiServiceFactory > & /*rxSMgr*/ )
throw(uno::Exception)