Code cleanup: ( () ) replaced by (())

This commit is contained in:
Alexander Bergmann
2012-01-26 16:00:09 +01:00
committed by Michael Meeks
parent f1cb0a4ab4
commit 0439af27e1
173 changed files with 1406 additions and 1406 deletions

View File

@@ -1127,7 +1127,7 @@ namespace evtlstner
uno::Reference< XInterface > SAL_CALL create(
Reference< XComponentContext > const & xContext )
SAL_THROW( () )
SAL_THROW(())
{
return static_cast< lang::XTypeProvider * >( new EventListener( xContext ) );
}
@@ -1157,7 +1157,7 @@ namespace ooevtdescgen
uno::Reference< XInterface > SAL_CALL create(
Reference< XComponentContext > const & xContext )
SAL_THROW( () )
SAL_THROW(())
{
return static_cast< lang::XTypeProvider * >( new VBAToOOEventDescGen( xContext ) );
}

View File

@@ -44,7 +44,7 @@ namespace evtlstner
uno::Reference< XInterface > SAL_CALL create(
Reference< XComponentContext > const & xContext )
SAL_THROW( () );
SAL_THROW(());
// -----------------------------------------------------------------------------
@@ -64,7 +64,7 @@ namespace ooevtdescgen
uno::Reference< XInterface > SAL_CALL create(
Reference< XComponentContext > const & xContext )
SAL_THROW( () );
SAL_THROW(());
// -----------------------------------------------------------------------------