diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-04 16:22:51 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-04 16:22:51 +0000 |
commit | 5f53fe7336f13bb3749c3585599e31d515d53f75 (patch) | |
tree | a051ac5590ba79bd5a295f258ea92d7e8e09e4f4 /desktop/source | |
parent | bd50752c93ec72235e67088b3fcce6bb1dea0e4d (diff) |
INTEGRATION: CWS fwk01 (1.2.2.5.16); FILE MERGED
2003/04/01 14:03:31 lo 1.2.2.5.16.1: #i12907# allow startup without splashscreen component being loaded
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/app/lockfile.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/app/lockfile.cxx b/desktop/source/app/lockfile.cxx index 7e2a2f9f9d..8e25b50c93 100644 --- a/desktop/source/app/lockfile.cxx +++ b/desktop/source/app/lockfile.cxx @@ -2,9 +2,9 @@ * * $RCSfile: lockfile.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2003-03-25 13:51:15 $ + * last change: $Author: hr $ $Date: 2003-04-04 17:22:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -158,7 +158,7 @@ namespace desktop { { // this checks whether the lockfile was created on the same // host by the same user. Should this be the case it is safe - // to assume that it is a stale lookfile which can be overwritten + // to assume that it is a stale lockfile which can be overwritten String aLockname = m_aLockname; Config aConfig(aLockname); aConfig.SetGroup(m_aGroup); |