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

@@ -818,7 +818,6 @@ Reference< XInterface > SAL_CALL sp_create(
Sequence< OUString > sp_getSupportedServiceNames( )
SAL_THROW(())
{
OUString names[3];
@@ -831,7 +830,6 @@ Sequence< OUString > sp_getSupportedServiceNames( )
OUString sp_getImplementationName( )
SAL_THROW(())
{
return OUString( "com.sun.star.script.provider.MasterScriptProvider" );
}
@@ -845,7 +843,6 @@ Reference< XInterface > SAL_CALL urihelper_create(
}
Sequence< OUString > urihelper_getSupportedServiceNames( )
SAL_THROW(())
{
OUString serviceNameList[] = {
OUString(
@@ -858,7 +855,6 @@ Sequence< OUString > urihelper_getSupportedServiceNames( )
}
OUString urihelper_getImplementationName( )
SAL_THROW(())
{
return OUString(
"com.sun.star.script.provider.ScriptURIHelper");