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 /include | |
parent | 327f3f544e9bdb31e1d331c566db48a0a666a4f2 (diff) |
New loplugin:dynexcspec: Add @throws documentation, linguistic
Change-Id: Ib1aba8d944d46d4cfc74b473da006aff4e7a1c83
Diffstat (limited to 'include')
-rw-r--r-- | include/linguistic/lngprophelp.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linguistic/lngprophelp.hxx b/include/linguistic/lngprophelp.hxx index ca5b631300cb..7f97c516ca4f 100644 --- a/include/linguistic/lngprophelp.hxx +++ b/include/linguistic/lngprophelp.hxx @@ -237,9 +237,11 @@ public: bool IsSpellUpperCase() const; bool IsSpellWithDigits() const; bool IsSpellCapitalization() const; + /// @throws css::uno::RuntimeException bool addLinguServiceEventListener( const css::uno::Reference< css::linguistic2::XLinguServiceEventListener >& rxListener ) throw(css::uno::RuntimeException); + /// @throws css::uno::RuntimeException bool removeLinguServiceEventListener( const css::uno::Reference< css::linguistic2::XLinguServiceEventListener >& rxListener ) throw(css::uno::RuntimeException); @@ -308,9 +310,11 @@ public: sal_Int16 GetMinLeading() const; sal_Int16 GetMinTrailing() const; sal_Int16 GetMinWordLength() const; + /// @throws css::uno::RuntimeException bool addLinguServiceEventListener( const css::uno::Reference< css::linguistic2::XLinguServiceEventListener >& rxListener ) throw(css::uno::RuntimeException); + /// @throws css::uno::RuntimeException bool removeLinguServiceEventListener( const css::uno::Reference< css::linguistic2::XLinguServiceEventListener >& rxListener ) throw(css::uno::RuntimeException); |