Kaydet (Commit) fc974a40 authored tarafından Chris Sherlock's avatar Chris Sherlock

vcl: make svdem called on Application::Abort() instead of exit(1)

Change-Id: I7660d4f0081d2d88689f5bcacef7ad2bff083636
üst 3558f9c0
......@@ -48,10 +48,7 @@ SAL_IMPLEMENT_MAIN()
Reference< XMultiServiceFactory > xServiceManager( xContext->getServiceManager(), UNO_QUERY );
if( !xServiceManager.is() )
{
fprintf( stderr, "Failed to bootstrap\n" );
exit( 1 );
}
Application::Abort( "Failed to bootstrap" );
comphelper::setProcessServiceFactory( xServiceManager );
......
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