Kaydet (Commit) 4af4d485 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308446 Uncaught exception

Change-Id: I880b6a68326255b6be93eafa9c2cb05fd0136e4b
üst cfbbb3ca
...@@ -448,7 +448,7 @@ Reference< XSpellAlternatives > SpellCheckerDispatcher::spell_Impl( ...@@ -448,7 +448,7 @@ Reference< XSpellAlternatives > SpellCheckerDispatcher::spell_Impl(
LanguageType nLanguage, LanguageType nLanguage,
const PropertyValues& rProperties, const PropertyValues& rProperties,
bool bCheckDics ) bool bCheckDics )
throw(IllegalArgumentException, RuntimeException) throw(IllegalArgumentException, RuntimeException, std::exception)
{ {
MutexGuard aGuard( GetLinguMutex() ); MutexGuard aGuard( GetLinguMutex() );
......
...@@ -91,7 +91,7 @@ class SpellCheckerDispatcher : ...@@ -91,7 +91,7 @@ class SpellCheckerDispatcher :
spell_Impl(const OUString& aWord, LanguageType nLanguage, spell_Impl(const OUString& aWord, LanguageType nLanguage,
const ::com::sun::star::beans::PropertyValues& aProperties, const ::com::sun::star::beans::PropertyValues& aProperties,
bool bCheckDics) bool bCheckDics)
throw( ::com::sun::star::uno::RuntimeException, ::com::sun::star::lang::IllegalArgumentException ); throw( ::com::sun::star::uno::RuntimeException, ::com::sun::star::lang::IllegalArgumentException, std::exception );
public: public:
explicit SpellCheckerDispatcher( LngSvcMgr &rLngSvcMgr ); explicit SpellCheckerDispatcher( LngSvcMgr &rLngSvcMgr );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment