From 698ee4170303e86b7ff67d0eee14cc0720bef06f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 3 Nov 2010 10:16:06 +0000 Subject: abort doesn't gain us anything here. abort doesn't gain us anything here except to force abrt automatic bugreports kick in, and XIOErrors can't be worked around --- vcl/unx/source/plugadapt/salplug.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcl/unx/source/plugadapt/salplug.cxx b/vcl/unx/source/plugadapt/salplug.cxx index 0accb8def42f..7398cc8410a6 100644 --- a/vcl/unx/source/plugadapt/salplug.cxx +++ b/vcl/unx/source/plugadapt/salplug.cxx @@ -284,7 +284,7 @@ void SalAbort( const XubString& rErrorText ) std::fprintf( stderr, "Application Error" ); else std::fprintf( stderr, "%s", ByteString( rErrorText, gsl_getSystemTextEncoding() ).GetBuffer() ); - abort(); + exit(-1); } const OUString& SalGetDesktopEnvironment() -- cgit v1.2.3