targeted string re-work

Change-Id: I37e225902bf7f3a6e007e7641b2b9898b044a45b
This commit is contained in:
Norbert Thiebaud
2012-06-02 20:19:28 -05:00
parent d9085f3b5f
commit 65269c97c3
16 changed files with 264 additions and 277 deletions

View File

@@ -90,8 +90,8 @@ Sequence< ::rtl::OUString > SAL_CALL
mspf_getSupportedServiceNames( )
SAL_THROW(())
{
::rtl::OUString str_name(RTL_CONSTASCII_USTRINGPARAM(
"com.sun.star.script.provider.MasterScriptProviderFactory"));
::rtl::OUString str_name(
"com.sun.star.script.provider.MasterScriptProviderFactory");
return Sequence< ::rtl::OUString >( &str_name, 1 );
}
@@ -100,8 +100,8 @@ mspf_getSupportedServiceNames( )
mspf_getImplementationName( )
SAL_THROW(())
{
return ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(
"com.sun.star.script.provider.MasterScriptProviderFactory"));
return ::rtl::OUString(
"com.sun.star.script.provider.MasterScriptProviderFactory");
}
Reference< XInterface > SAL_CALL