Kaydet (Commit) 8c39c42c authored tarafından Julien Nabet's avatar Julien Nabet

C4702: unreachable code

Change-Id: Ia5151a143583c597d30b9ba64733e610877ccab1
üst a10be65b
...@@ -1614,12 +1614,10 @@ int Desktop::Main() ...@@ -1614,12 +1614,10 @@ int Desktop::Main()
com::sun::star::uno::Exception te; com::sun::star::uno::Exception te;
wte.TargetException >>= te; wte.TargetException >>= te;
FatalError( MakeStartupConfigAccessErrorMessage(wte.Message + te.Message) ); FatalError( MakeStartupConfigAccessErrorMessage(wte.Message + te.Message) );
return EXIT_FAILURE;
} }
catch ( const com::sun::star::uno::Exception& e ) catch ( const com::sun::star::uno::Exception& e )
{ {
FatalError( MakeStartupErrorMessage(e.Message) ); FatalError( MakeStartupErrorMessage(e.Message) );
return EXIT_FAILURE;
} }
SetSplashScreenProgress(55); SetSplashScreenProgress(55);
...@@ -1664,7 +1662,6 @@ int Desktop::Main() ...@@ -1664,7 +1662,6 @@ int Desktop::Main()
catch ( const com::sun::star::uno::Exception& e ) catch ( const com::sun::star::uno::Exception& e )
{ {
FatalError( MakeStartupErrorMessage(e.Message) ); FatalError( MakeStartupErrorMessage(e.Message) );
return EXIT_FAILURE;
} }
// Release solar mutex just before we wait for our client to connect // Release solar mutex just before we wait for our client to connect
......
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