diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:49:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-02-25 15:49:18 +0000 |
commit | 4d728474d3d1348012a28a12a94ad0b7fafb7fb2 (patch) | |
tree | e4531e5d1250ab7cbc87cbc675a25731a77de0b8 /desktop/source | |
parent | 2b3d36ae64124f3cdb154a64cc57d7983f1f8abe (diff) |
INTEGRATION: CWS supdremove02 (1.17.64); FILE MERGED
2008/01/31 16:11:31 rt 1.17.64.2: RESYNC: (1.17-1.18); FILE MERGED
2008/01/31 13:50:07 rt 1.17.64.1: #i85482# Remove UPD from resource name.
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/migration/wizard.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/desktop/source/migration/wizard.cxx b/desktop/source/migration/wizard.cxx index e1db6bc201dc..e5a7850be070 100644 --- a/desktop/source/migration/wizard.cxx +++ b/desktop/source/migration/wizard.cxx @@ -4,9 +4,9 @@ * * $RCSfile: wizard.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: rt $ $Date: 2008-01-29 16:31:05 $ + * last change: $Author: obo $ $Date: 2008-02-25 16:49:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -104,7 +104,6 @@ ResMgr *FirstStartWizard::GetResManager() if ( !FirstStartWizard::pResMgr ) { String aMgrName = String::CreateFromAscii( "dkt" ); - aMgrName += String::CreateFromInt32(SUPD); // current version number FirstStartWizard::pResMgr = ResMgr::CreateResMgr( OUStringToOString( aMgrName, RTL_TEXTENCODING_UTF8 )); } return FirstStartWizard::pResMgr; |