basebmp/test/bmpdemo.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fbf28e966191114860a2e60ae8ed6bf3cc064b38
Author: Ricardo Montania <rica...@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 <tho...@arnhold.org>
    Tested-by: Thomas Arnhold <tho...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to