$OpenBSD: patch-desktop_source_migration_wizard_cxx,v 1.4 2010/11/09 18:40:04 robert Exp $
--- desktop/source/migration/wizard.cxx.orig.port	Thu Oct 21 13:29:32 2010
+++ desktop/source/migration/wizard.cxx	Sat Oct 23 18:40:06 2010
@@ -141,6 +141,7 @@ FirstStartWizard::FirstStartWizard( Window* pParent, s
     ,m_bAutomaticUpdChk(sal_True)
     ,m_aLicensePath( rLicensePath )
 {
+    return;
     // ---
     // FreeResource();
 //	enableState(STATE_USER, sal_False);
@@ -451,7 +452,7 @@ sal_Bool FirstStartWizard::onFinish()
 
 short FirstStartWizard::Execute()
 {
-    return svt::RoadmapWizard::Execute();
+    return sal_True || svt::RoadmapWizard::Execute();
 }
 
 static OUString _makeDateTimeString (const DateTime& aDateTime, sal_Bool bUTC = sal_False)
