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

@@ -885,7 +885,7 @@ Reference< XInterface > SAL_CALL sp_create(
//*************************************************************************
Sequence< ::rtl::OUString > sp_getSupportedServiceNames( )
SAL_THROW( () )
SAL_THROW(())
{
::rtl::OUString names[3];
@@ -901,7 +901,7 @@ Sequence< ::rtl::OUString > sp_getSupportedServiceNames( )
//*************************************************************************
::rtl::OUString sp_getImplementationName( )
SAL_THROW( () )
SAL_THROW(())
{
return ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM (
"com.sun.star.script.provider.MasterScriptProvider" ) );
@@ -916,7 +916,7 @@ Reference< XInterface > SAL_CALL urihelper_create(
}
Sequence< ::rtl::OUString > urihelper_getSupportedServiceNames( )
SAL_THROW( () )
SAL_THROW(())
{
::rtl::OUString serviceNameList[] = {
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(
@@ -929,7 +929,7 @@ Sequence< ::rtl::OUString > urihelper_getSupportedServiceNames( )
}
::rtl::OUString urihelper_getImplementationName( )
SAL_THROW( () )
SAL_THROW(())
{
return ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(
"com.sun.star.script.provider.ScriptURIHelper"));