summaryrefslogtreecommitdiff
path: root/desktop/source/migration
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 17:49:29 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 17:49:29 +0000
commitb6b31fda76d69947c1d9bcdb07584220b2b2e821 (patch)
tree247f5bc67603d76796fcc2898cf4995bdaaa30cb /desktop/source/migration
parentb96dabc2e83e2580152dff734ecea6ff66f32465 (diff)
INTEGRATION: CWS odbmacros2 (1.17.52); FILE MERGED
2008/03/04 12:04:38 fs 1.17.52.3: RESYNC: (1.18-1.19); FILE MERGED 2008/02/04 13:10:28 fs 1.17.52.2: RESYNC: (1.17-1.18); FILE MERGED 2008/01/15 09:53:32 fs 1.17.52.1: some re-factoring of OWizardMachine, RoadmapWizard and derived classes, to prepare the migration UI for #i49133#
Diffstat (limited to 'desktop/source/migration')
-rw-r--r--desktop/source/migration/wizard.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop/source/migration/wizard.cxx b/desktop/source/migration/wizard.cxx
index c89fa82a39..5f82f6c577 100644
--- a/desktop/source/migration/wizard.cxx
+++ b/desktop/source/migration/wizard.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: wizard.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: obo $ $Date: 2008-02-25 16:49:18 $
+ * last change: $Author: kz $ $Date: 2008-03-06 18:49:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -111,7 +111,7 @@ ResMgr *FirstStartWizard::GetResManager()
FirstStartWizard::FirstStartWizard( Window* pParent, sal_Bool bLicenseNeedsAcceptance, const rtl::OUString &rLicensePath )
:RoadmapWizard( pParent, WizardResId(DLG_FIRSTSTART_WIZARD),
- WZB_NEXT|WZB_PREVIOUS|WZB_FINISH|WZB_CANCEL|WZB_HELP, WizardResId(STR_FIRSTSTART_TITLE))
+ WZB_NEXT|WZB_PREVIOUS|WZB_FINISH|WZB_CANCEL|WZB_HELP)
,m_bOverride(sal_False)
,m_aDefaultPath(0)
,m_aMigrationPath(0)
@@ -174,7 +174,7 @@ FirstStartWizard::FirstStartWizard( Window* pParent, sal_Bool bLicenseNeedsAccep
bPage_Migration = Migration::checkMigration();
bPage_UpdateCheck = showOnlineUpdatePage();
- Path aPath;
+ WizardPath aPath;
if (bPage_Welcome)
aPath.push_back(STATE_WELCOME);
if (bPage_License)
@@ -305,7 +305,7 @@ TabPage* FirstStartWizard::createPage(WizardState _nState)
return pTabPage;
}
-String FirstStartWizard::getStateDisplayName(WizardState _nState)
+String FirstStartWizard::getStateDisplayName( WizardState _nState ) const
{
String sName;
switch(_nState)