[Libreoffice-commits] core.git: basebmp/test
Ricardo Montania
ricardo at linuxafundo.com.br
Mon Feb 25 04:18:40 PST 2013
basebmp/test/bmpdemo.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fbf28e966191114860a2e60ae8ed6bf3cc064b38
Author: Ricardo Montania <ricardo at linuxafundo.com.br>
Date: Sat Feb 23 10:10:27 2013 -0300
CreateFromAscii removal
Change-Id: I4596d78620936770f3aca3207cdc19f71197eb75
Reviewed-on: https://gerrit.libreoffice.org/2345
Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
Tested-by: Thomas Arnhold <thomas at arnhold.org>
diff --git a/basebmp/test/bmpdemo.cxx b/basebmp/test/bmpdemo.cxx
index a7f39fc..1382cc5 100644
--- a/basebmp/test/bmpdemo.cxx
+++ b/basebmp/test/bmpdemo.cxx
@@ -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;
More information about the Libreoffice-commits
mailing list