$OpenBSD: patch-desktop_source_migration_wizard_cxx,v 1.1 2007/11/13 09:46:28 robert Exp $
--- desktop/source/migration/wizard.cxx.orig.port	Mon Nov  5 10:23:43 2007
+++ desktop/source/migration/wizard.cxx	Mon Nov  5 10:24:23 2007
@@ -121,6 +121,7 @@ FirstStartWizard::FirstStartWizard(Window* pParent)
     ,m_bLicenseWasAccepted(sal_False)
     ,m_bAutomaticUpdChk(sal_True)
 {
+    return;
     // ---
     // FreeResource();
 //	enableState(STATE_USER, sal_False);
@@ -381,7 +382,7 @@ void FirstStartWizard::overrideCheck(sal_Bool bOverrid
 
 short FirstStartWizard::Execute()
 {
-    return svt::RoadmapWizard::Execute();
+    return sal_True || svt::RoadmapWizard::Execute();
 }
 
 
