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:
committed by
Thomas Arnhold
parent
f37335da6a
commit
fbf28e9661
@@ -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;
|
||||
|
Reference in New Issue
Block a user