Kaydet (Commit) 93e82574 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1308449 Uncaught exception

Change-Id: If9eea42dc28404dcf9e532fc72cdd1f12e9698b2
üst 34500549
...@@ -281,7 +281,7 @@ bool SpellCheckerDispatcher::isValid_Impl( ...@@ -281,7 +281,7 @@ bool SpellCheckerDispatcher::isValid_Impl(
LanguageType nLanguage, LanguageType nLanguage,
const PropertyValues& rProperties, const PropertyValues& rProperties,
bool bCheckDics) bool bCheckDics)
throw( RuntimeException, IllegalArgumentException ) throw( RuntimeException, IllegalArgumentException, std::exception )
{ {
MutexGuard aGuard( GetLinguMutex() ); MutexGuard aGuard( GetLinguMutex() );
......
...@@ -84,7 +84,7 @@ class SpellCheckerDispatcher : ...@@ -84,7 +84,7 @@ class SpellCheckerDispatcher :
bool isValid_Impl(const OUString& aWord, LanguageType nLanguage, bool isValid_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 );
::com::sun::star::uno::Reference< ::com::sun::star::uno::Reference<
::com::sun::star::linguistic2::XSpellAlternatives > ::com::sun::star::linguistic2::XSpellAlternatives >
......
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