Kaydet (Commit) bacfb774 authored tarafından David Tardon's avatar David Tardon

fix build on MacOS X

üst a4f836db
...@@ -260,7 +260,7 @@ sal_Bool ImplSVMainHook( int * pnInit ) ...@@ -260,7 +260,7 @@ sal_Bool ImplSVMainHook( int * pnInit )
void SalAbort( const rtl::OUString& rErrorText, bool bDumpCore ) void SalAbort( const rtl::OUString& rErrorText, bool bDumpCore )
{ {
if( !rErrorText.Len() ) if( rErrorText.isEmpty() )
fprintf( stderr, "Application Error " ); fprintf( stderr, "Application Error " );
else else
fprintf( stderr, "%s ", fprintf( stderr, "%s ",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment