summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-25 15:49:18 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-25 15:49:18 +0000
commita9e3ab483d4f661614c30d56f00c1a7365568a76 (patch)
tree784c8b74c9876a57fda7251f5ba6ca87b37f127f /desktop
parent99624edfcecdf2f4848e8ff884bd1863b3d1d3a9 (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')
-rw-r--r--desktop/source/migration/wizard.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/desktop/source/migration/wizard.cxx b/desktop/source/migration/wizard.cxx
index 46df06c908..c89fa82a39 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;