CreateFromAscii removal

Change-Id: I4596d78620936770f3aca3207cdc19f71197eb75
Reviewed-on: https://gerrit.libreoffice.org/2345
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
This commit is contained in:
Ricardo Montania
2013-02-23 10:10:27 -03:00
committed by Thomas Arnhold
parent f37335da6a
commit fbf28e9661

View File

@@ -1189,7 +1189,7 @@ USHORT TestApp::Exception( USHORT nError )
switch( nError & EXC_MAJORTYPE )
{
case EXC_RSCNOTLOADED:
Abort( String::CreateFromAscii( "Error: could not load language resources.\nPlease check your installation.\n" ) );
Abort( "Error: could not load language resources.\nPlease check your installation.\n" );
break;
}
return 0;