[Libreoffice-commits] .: vcl/aqua

David Tardon dtardon at kemper.freedesktop.org
Mon Nov 21 01:03:32 PST 2011


 vcl/aqua/source/app/salinst.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bacfb77443e0a03904b4082c3211f05464279661
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Nov 21 10:03:21 2011 +0100

    fix build on MacOS X

diff --git a/vcl/aqua/source/app/salinst.cxx b/vcl/aqua/source/app/salinst.cxx
index f9f8253..e0740dd 100644
--- a/vcl/aqua/source/app/salinst.cxx
+++ b/vcl/aqua/source/app/salinst.cxx
@@ -260,7 +260,7 @@ sal_Bool ImplSVMainHook( int * pnInit )
 
 void SalAbort( const rtl::OUString& rErrorText, bool bDumpCore )
 {
-    if( !rErrorText.Len() )
+    if( rErrorText.isEmpty() )
         fprintf( stderr, "Application Error " );
     else
         fprintf( stderr, "%s ",


More information about the Libreoffice-commits mailing list