diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-06-02 22:56:38 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-06-02 22:56:57 +0200 |
commit | 8c39c42c299b13f9516e4f76e1e654867dd824ef (patch) | |
tree | 7ddfb46433b7766eeaf7bf41a6253bb6a0517915 /desktop | |
parent | a10be65b0ca3826a14e53c8d4a88031951662cc5 (diff) |
C4702: unreachable code
Change-Id: Ia5151a143583c597d30b9ba64733e610877ccab1
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 6b337ae4d282..3f37a987e3b4 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1614,12 +1614,10 @@ int Desktop::Main() com::sun::star::uno::Exception te; wte.TargetException >>= te; FatalError( MakeStartupConfigAccessErrorMessage(wte.Message + te.Message) ); - return EXIT_FAILURE; } catch ( const com::sun::star::uno::Exception& e ) { FatalError( MakeStartupErrorMessage(e.Message) ); - return EXIT_FAILURE; } SetSplashScreenProgress(55); @@ -1664,7 +1662,6 @@ int Desktop::Main() catch ( const com::sun::star::uno::Exception& e ) { FatalError( MakeStartupErrorMessage(e.Message) ); - return EXIT_FAILURE; } // Release solar mutex just before we wait for our client to connect |