summaryrefslogtreecommitdiff
path: root/desktop/source/app/app.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/app.cxx')
-rw-r--r--desktop/source/app/app.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 8170e034334f..9fcd750ad008 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -590,7 +590,7 @@ void Desktop::Init()
// this crack with two (if not more) levels of our own
// error codes hiding the actual system error code is
// broken, but that is done all over the code, let's leave
- // re-enginering that to another year.
+ // reengineering that to another year.
SetBootstrapError( BE_PATHINFO_MISSING, OUString() );
#endif
}
@@ -1031,7 +1031,7 @@ bool Desktop::isUIOnSessionShutdownAllowed()
@param bSessionDataExists [boolean ... out!]
there exists some session data.
- Because the user may be logged out last time from it's
+ Because the user may be logged out last time from its
unix session...
*/
void impl_checkRecoveryState(bool& bCrashed ,
@@ -2217,7 +2217,7 @@ void Desktop::OpenClients()
// The reason behind: AutoSave/EmergencySave/AutoRecovery share the same data.
// But the require that all documents, which are saved as backup should exists inside
// memory. May be this mechanism will be inconsistent if the configuration exists...
- // but no document inside memory corrspond to this data.
+ // but no document inside memory corresponds to this data.
// Further it's not acceptable to recover such documents without any UI. It can
// need some time, where the user wont see any results and wait for finishing the office startup...
bool bAllowRecoveryAndSessionManagement = ( !rArgs.IsNoRestore() ) && ( !rArgs.IsHeadless() );
@@ -2791,7 +2791,7 @@ void Desktop::CheckFirstRun( )
m_firstRunTimer.Start();
#ifdef WNT
- // Check if Quckstarter should be started (on Windows only)
+ // Check if Quickstarter should be started (on Windows only)
TCHAR szValue[8192];
DWORD nValueSize = sizeof(szValue);
HKEY hKey;