diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 11:28:08 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 11:28:08 +0000 |
commit | 61264452290c1fbaeecc5cd7c41ba8f03eb15abf (patch) | |
tree | 5c93dbe51b334f7e1d798f98d019493c2cc3cebb /desktop | |
parent | c6c5ad1fdd6145836815bd8785dcaa3f8283a049 (diff) |
INTEGRATION: CWS atkbridge6 (1.201.78); FILE MERGED
2007/06/07 14:23:03 obr 1.201.78.2: RESYNC: (1.201-1.202); FILE MERGED
2007/03/16 10:42:10 obr 1.201.78.1: #i70338# call SetAppName before SVMain
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/app.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index 645228610684..07899c49fb56 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -4,9 +4,9 @@ * * $RCSfile: app.cxx,v $ * - * $Revision: 1.204 $ + * $Revision: 1.205 $ * - * last change: $Author: kz $ $Date: 2007-06-19 16:18:20 $ + * last change: $Author: hr $ $Date: 2007-06-27 12:28:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1371,8 +1371,6 @@ void Desktop::Main() } #endif - SetAppName( DEFINE_CONST_UNICODE("soffice") ); - // check user installation directory for lockfile so we can be sure // there is no other instance using our data files from a remote host RTL_LOGFILE_CONTEXT_TRACE( aLog, "desktop (lo119109) Desktop::Main -> Lockfile" ); |