diff options
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, |