coverity#707084 Uncaught exception

Change-Id: I89459f7a77fcb5785cfb2e8288326fce65202d9c
This commit is contained in:
Caolán McNamara
2014-09-02 15:36:28 +01:00
parent d1c18edd3f
commit d375986dae
3 changed files with 10 additions and 4 deletions

View File

@@ -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" );