From 6f0e7c36e436c66ed267ea446b7d640033bc3742 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 6 Feb 2014 21:22:42 +0100 Subject: Typo: seam(s) -> seem(s) Change-Id: I840d120644760b61a39ad88b4095056f0f753bb7 --- desktop/source/app/app.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index d01798433306..e74c3dd99129 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1286,7 +1286,7 @@ sal_uInt16 Desktop::Exception(sal_uInt16 nError) sal_Bool bAllowRecoveryAndSessionManagement = ( ( !rArgs.IsNoRestore() ) && // some use cases of office must work without recovery ( !rArgs.IsHeadless() ) && - (( nError & EXC_MAJORTYPE ) != EXC_DISPLAY ) && // recovery cant work without UI ... but UI layer seams to be the reason for this crash + (( nError & EXC_MAJORTYPE ) != EXC_DISPLAY ) && // recovery cant work without UI ... but UI layer seems to be the reason for this crash ( Application::IsInExecute() ) // crashes during startup and shutdown should be ignored (they indicates a corrupt installation ...) ); if ( bAllowRecoveryAndSessionManagement ) -- cgit