summaryrefslogtreecommitdiff
path: root/desktop/source/app/lockfile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/lockfile.hxx')
-rw-r--r--desktop/source/app/lockfile.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/desktop/source/app/lockfile.hxx b/desktop/source/app/lockfile.hxx
index 5444714ec88c..0d286e13cafb 100644
--- a/desktop/source/app/lockfile.hxx
+++ b/desktop/source/app/lockfile.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -28,14 +28,14 @@
/* Information:
* This class implements a mechanism to lock a users installation directory,
- * which is necessesary because instances of staroffice could be running on
- * different hosts while using the same directory thus causing data
+ * which is necessesary because instances of staroffice could be running on
+ * different hosts while using the same directory thus causing data
* inconsistency.
* When an existing lock is detected, the user will be asked whether he wants
* to continue anyway, thus removing the lock and replacing it with a new one
*
* ideas:
- * - store information about user and host and time in the lockfile and display
+ * - store information about user and host and time in the lockfile and display
* these when asking whether to remove the lockfile.
* - periodically check the lockfile and warn the user when it gets replaced
*
@@ -68,8 +68,8 @@ namespace desktop {
// separating GUI code:
typedef bool (* fpExecWarning)( Lockfile * that );
-
- // checks the lockfile, asks user when lockfile is
+
+ // checks the lockfile, asks user when lockfile is
// found (iff gui) and returns false when we may not continue
sal_Bool check( fpExecWarning execWarning );
@@ -86,7 +86,7 @@ namespace desktop {
// flag whether the d'tor should delete the lock
sal_Bool m_bRemove;
sal_Bool m_bIsLocked;
- // ID
+ // ID
rtl::OUString m_aId;
rtl::OUString m_aDate;
// access to data in file