diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/svapp.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx index 81ab92a34c0d..f4928aad469b 100644 --- a/vcl/source/app/svapp.cxx +++ b/vcl/source/app/svapp.cxx @@ -407,7 +407,6 @@ namespace Application::EndAllPopups(); Application::EndAllDialogs(); Application::PostUserEvent( LINK( NULL, ImplSVAppData, ImplPrepareExitMsg ) ); - Application::Quit(); } } |