summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/workben/svdem.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/workben/svdem.cxx b/vcl/workben/svdem.cxx
index 9eec1674698b..5cc7d9c1ea40 100644
--- a/vcl/workben/svdem.cxx
+++ b/vcl/workben/svdem.cxx
@@ -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 );