scripting: remove SAL_THROW macro

Change-Id: I535a57d043ac51926ae6f640d721d0dd1571c3fa
This commit is contained in:
Noel Grandin
2014-06-05 08:16:37 +02:00
parent e9ae2b07c2
commit db246b491c
10 changed files with 6 additions and 37 deletions

View File

@@ -92,7 +92,6 @@ static OUString getImplementationName_StringResourceImpl()
static Reference< XInterface > SAL_CALL create_StringResourceImpl(
Reference< XComponentContext > const & xContext )
SAL_THROW(())
{
return static_cast< ::cppu::OWeakObject * >( new StringResourcePersistenceImpl( xContext ) );
}
@@ -2278,7 +2277,6 @@ static OUString getImplementationName_StringResourceWithStorageImpl()
static Reference< XInterface > SAL_CALL create_StringResourceWithStorageImpl(
Reference< XComponentContext > const & xContext )
SAL_THROW(())
{
return static_cast< ::cppu::OWeakObject * >( new StringResourceWithStorageImpl( xContext ) );
}
@@ -2604,7 +2602,6 @@ static OUString getImplementationName_StringResourceWithLocationImpl()
static Reference< XInterface > SAL_CALL create_StringResourceWithLocationImpl(
Reference< XComponentContext > const & xContext )
SAL_THROW(())
{
return static_cast< ::cppu::OWeakObject * >( new StringResourceWithLocationImpl( xContext ) );
}