$OpenBSD: patch-desktop_source_migration_wizard_cxx,v 1.2 2009/01/22 17:44:38 robert Exp $
--- desktop/source/migration/wizard.cxx.orig.port	Fri Aug  1 07:22:09 2008
+++ desktop/source/migration/wizard.cxx	Thu Jan 15 14:47:49 2009
@@ -116,6 +116,7 @@ FirstStartWizard::FirstStartWizard( Window* pParent, s
     ,m_bAutomaticUpdChk(sal_True)
     ,m_aLicensePath( rLicensePath )
 {
+    return;
     // ---
     // FreeResource();
 //	enableState(STATE_USER, sal_False);
@@ -373,7 +374,7 @@ sal_Bool FirstStartWizard::onFinish(sal_Int32 _nResult
 
 short FirstStartWizard::Execute()
 {
-    return svt::RoadmapWizard::Execute();
+    return sal_True || svt::RoadmapWizard::Execute();
 }
 
 static OUString _makeDateTimeString (const DateTime& aDateTime, sal_Bool bUTC = sal_False)
