diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:47:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:47:14 +0000 |
commit | eba2213c7c65dedce5dc6a8828d56ea60e475860 (patch) | |
tree | 46925d621bbb8b3202335b99719e0b74608282ae /desktop/source/app/appfirststart.cxx | |
parent | ce84ffa5876a304d6d898daa034215917cc5170b (diff) |
INTEGRATION: CWS supdremove02 (1.2.2); FILE MERGED
2008/02/01 15:16:14 rt 1.2.2.1: #i85482# Remove UPD from resource name.
Diffstat (limited to 'desktop/source/app/appfirststart.cxx')
-rw-r--r-- | desktop/source/app/appfirststart.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/app/appfirststart.cxx b/desktop/source/app/appfirststart.cxx index 457effcedfd1..d086f2b24210 100644 --- a/desktop/source/app/appfirststart.cxx +++ b/desktop/source/app/appfirststart.cxx @@ -4,9 +4,9 @@ * * $RCSfile: appfirststart.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2008-01-29 16:30:07 $ + * last change: $Author: obo $ $Date: 2008-02-25 16:47:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -84,7 +84,7 @@ OUString Desktop::GetLicensePath() // determine the filename of the license to show OUString aLangString; ::com::sun::star::lang::Locale aLocale; - OString aMgrName = OString("dkt") + OString::valueOf((sal_Int32)SUPD, 10); + OString aMgrName = OString("dkt"); AllSettings aSettings(Application::GetSettings()); aLocale = aSettings.GetUILocale(); |