diff options
author | Ricardo Montania <ricardo@linuxafundo.com.br> | 2013-02-23 10:10:27 -0300 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-02-25 12:18:21 +0000 |
commit | fbf28e966191114860a2e60ae8ed6bf3cc064b38 (patch) | |
tree | 2e1aeacb62ae78364af83d78f82611a94421972a /basebmp/test | |
parent | f37335da6a87ae858ca2ff08adca92f67068988f (diff) |
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>
Diffstat (limited to 'basebmp/test')
-rw-r--r-- | basebmp/test/bmpdemo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basebmp/test/bmpdemo.cxx b/basebmp/test/bmpdemo.cxx index a7f39fcce3a6..1382cc57a5ba 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; |