remove unnecessary use of OUString constructor in SC module
Change-Id: I2d40c589eb3b5c99300f36cd705c32cf824b2a98
This commit is contained in:
@@ -1387,7 +1387,7 @@ ScVbaApplication::getServiceNames()
|
||||
if ( aServiceNames.getLength() == 0 )
|
||||
{
|
||||
aServiceNames.realloc( 1 );
|
||||
aServiceNames[ 0 ] = OUString("ooo.vba.excel.Application" );
|
||||
aServiceNames[ 0 ] = "ooo.vba.excel.Application";
|
||||
}
|
||||
return aServiceNames;
|
||||
}
|
||||
|
Reference in New Issue
Block a user