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

squeeze all Exceptions through RuntimeException for exception sig

Change-Id: I50377a12c2baadf48767e1d4c265417d3c8ab765
üst ce3d66c2
......@@ -189,7 +189,7 @@ ProviderCache::createProvider( ProviderDetails& details ) throw ( RuntimeExcepti
details.provider.set(
details.factory->createInstanceWithArgumentsAndContext( m_Sctx, m_xContext ), UNO_QUERY_THROW );
}
catch ( const RuntimeException& e )
catch ( const Exception& e )
{
::rtl::OUString temp("ProviderCache::createProvider() Error creating provider from factory!!!\n");
throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() );
......
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