catch exception by constant reference

This commit is contained in:
Takeshi Abe
2011-12-25 15:08:11 +09:00
parent 8b18c70b99
commit 8cc98837d3
33 changed files with 134 additions and 214 deletions

View File

@@ -243,7 +243,7 @@ void MasterScriptProvider::createPkgProvider()
xFac->createScriptProvider( location ), UNO_QUERY_THROW );
}
catch ( Exception& e )
catch ( const Exception& e )
{
(void)e;
OSL_TRACE("Exception creating MasterScriptProvider for uno_packages in context %s: %s",