coverity#707084 Uncaught exception
Change-Id: I89459f7a77fcb5785cfb2e8288326fce65202d9c
This commit is contained in:
@@ -2864,7 +2864,9 @@ void StringResourceWithLocationImpl::storeAsURL( const OUString& URL )
|
||||
}
|
||||
|
||||
void StringResourceWithLocationImpl::setURL( const OUString& URL )
|
||||
throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException, std::exception)
|
||||
throw (css::lang::IllegalArgumentException,
|
||||
css::lang::NoSupportException,
|
||||
css::uno::RuntimeException, std::exception)
|
||||
{
|
||||
::osl::MutexGuard aGuard( getMutex() );
|
||||
implCheckReadOnly( "StringResourceWithLocationImpl::setURL(): Read only" );
|
||||
|
Reference in New Issue
Block a user