1 --- desktop/source/migration/wizard.cxx.old 2009-04-02 10:56:43.000000000 +0000
2 +++ desktop/source/migration/wizard.cxx 2009-04-06 16:41:54.000000000 +0000
3 @@ -116,6 +116,8 @@ FirstStartWizard::FirstStartWizard( Wind
4 ,m_bAutomaticUpdChk(sal_True)
5 ,m_aLicensePath( rLicensePath )
11 // enableState(STATE_USER, sal_False);
12 @@ -373,7 +375,11 @@ sal_Bool FirstStartWizard::onFinish(sal_
14 short FirstStartWizard::Execute()
16 - return svt::RoadmapWizard::Execute();
18 + if ( Migration::checkMigration() )
19 + Migration::doMigration();
24 static OUString _makeDateTimeString (const DateTime& aDateTime, sal_Bool bUTC = sal_False)
25 --- scp2/source/ooo/common_brand.scp.old 2009-04-06 16:41:54.000000000 +0000
26 +++ scp2/source/ooo/common_brand.scp 2009-04-06 16:41:54.000000000 +0000
27 @@ -924,19 +924,14 @@ ProfileItem gid_Brand_ProfileItem_Soffic
32 ProfileItem gid_Brand_Profileitem_Soffice_Hideeula
33 ProfileID = gid_Brand_Profile_Soffice_Ini;
34 ModuleID = gid_Module_Root_Brand;
35 Section = "Bootstrap";
38 - Value = "[HIDEEULA]";
39 - Inifiletablekey = "HideEula";
40 - Inifiletableaction = "1";
41 - Styles = (INIFILETABLE);
46 ProfileItem gid_Brand_Profileitem_Version_Buildid
47 ProfileID = gid_Brand_Profile_Version_Ini;