coverity#736990 Uncaught exception
Change-Id: I3b7f4c732a5a3369c05c75ede1580b32837be671
This commit is contained in:
parent
1a88414f52
commit
2d4c90e82e
@ -378,7 +378,7 @@ OUString ChooseMacro( const uno::Reference< frame::XModel >& rxLimitToDocument,
|
||||
}
|
||||
|
||||
Sequence< OUString > GetMethodNames( const ScriptDocument& rDocument, const OUString& rLibName, const OUString& rModName )
|
||||
throw(NoSuchElementException )
|
||||
throw (NoSuchElementException, RuntimeException)
|
||||
{
|
||||
Sequence< OUString > aSeqMethods;
|
||||
|
||||
|
@ -79,7 +79,7 @@ namespace basctl
|
||||
|
||||
::com::sun::star::uno::Sequence< OUString > GetMethodNames(
|
||||
const ScriptDocument& rDocument, const OUString& rLibName, const OUString& rModName )
|
||||
throw( ::com::sun::star::container::NoSuchElementException );
|
||||
throw (css::container::NoSuchElementException, css::uno::RuntimeException);
|
||||
|
||||
bool HasMethod(
|
||||
const ScriptDocument& rDocument, const OUString& rLibName, const OUString& rModName, const OUString& rMethName );
|
||||
|
Loading…
x
Reference in New Issue
Block a user