Code cleanup: ( () ) replaced by (())
This commit is contained in:
committed by
Michael Meeks
parent
f1cb0a4ab4
commit
0439af27e1
@@ -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 ) );
|
||||
}
|
||||
|
@@ -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(());
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user