diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-18 00:26:02 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-18 00:30:35 +0300 |
commit | 728ec86062c13c4994a15bf4bee810db7094c8bb (patch) | |
tree | 71da33ccd7d65d0a7c0eaf4d6ad10f66c12ae3c5 /desktop | |
parent | 9a7fc5ee26c7b7a5ad227d628e1a1f389e3085c2 (diff) |
Typo: s/cant/can't/
Change-Id: Id76b4ea569246c4b96da48dbc8d5a557367e0cca
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) |