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/spelldsp.hxx | |
parent | 327f3f544e9bdb31e1d331c566db48a0a666a4f2 (diff) |
New loplugin:dynexcspec: Add @throws documentation, linguistic
Change-Id: Ib1aba8d944d46d4cfc74b473da006aff4e7a1c83
Diffstat (limited to 'linguistic/source/spelldsp.hxx')
-rw-r--r-- | linguistic/source/spelldsp.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linguistic/source/spelldsp.hxx b/linguistic/source/spelldsp.hxx index c79054d32d41..26e75e82e05b 100644 --- a/linguistic/source/spelldsp.hxx +++ b/linguistic/source/spelldsp.hxx @@ -74,10 +74,14 @@ class SpellCheckerDispatcher : void ClearSvcList(); + /// @throws css::uno::RuntimeException + /// @throws css::lang::IllegalArgumentException bool isValid_Impl(const OUString& aWord, LanguageType nLanguage, const css::beans::PropertyValues& aProperties) throw( css::uno::RuntimeException, css::lang::IllegalArgumentException, std::exception ); + /// @throws css::uno::RuntimeException + /// @throws css::lang::IllegalArgumentException css::uno::Reference< css::linguistic2::XSpellAlternatives > spell_Impl(const OUString& aWord, LanguageType nLanguage, |