From 62c047ffb397802c09df9070492e70725928cadf Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Mon, 20 Jun 2016 09:02:47 +0200 Subject: switch to EHs on windows This seems to be a good idea based on several discussions in the project. In the end catching SEH exceptions is just going to cause strange platform dependent bahavior. This patch is based on on http://thread.gmane.org/gmane.comp.documentfoundation.libreoffice.scm/39102/focus=55516 and includes some additional cleanup of the sal signal code. Change-Id: Iedc998e37e6495afec445eccb60fa1c2b1a7defd Reviewed-on: https://gerrit.libreoffice.org/26497 Reviewed-by: Michael Meeks Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- desktop/source/app/app.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'desktop') diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index cee0fb957dde..fab48e100476 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1433,9 +1433,6 @@ int Desktop::Main() SetSplashScreenProgress(30); - // set static variable to disable crash reporting - osl_setErrorReporting( false ); - // create title string LanguageTag aLocale( LANGUAGE_SYSTEM); ResMgr* pLabelResMgr = GetDesktopResManager(); -- cgit