From 728ec86062c13c4994a15bf4bee810db7094c8bb Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 18 Apr 2014 00:26:02 +0300 Subject: Typo: s/cant/can't/ Change-Id: Id76b4ea569246c4b96da48dbc8d5a557367e0cca --- desktop/source/app/app.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop') diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 037858cb8ca1..03c436eb0138 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -457,7 +457,7 @@ OUString MakeStartupConfigAccessErrorMessage( OUString const & aInternalErrMsg ) // shows a simple error box with the given message ... but exits from these process ! -// Fatal errors cant be solved by the process ... nor any recovery can help. +// Fatal errors can't be solved by the process ... nor any recovery can help. // Mostly the installation was damaged and must be repaired manually .. or by calling // setup again. // On the other side we must make sure that no further actions will be possible within @@ -1268,7 +1268,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 seems to be the reason for this crash + (( nError & EXC_MAJORTYPE ) != EXC_DISPLAY ) && // recovery can't 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