$OpenBSD: patch-desktop_source_migration_wizard_cxx,v 1.3 2010/06/26 15:48:11 robert Exp $
--- desktop/source/migration/wizard.cxx.orig.port	Wed May 26 20:21:58 2010
+++ desktop/source/migration/wizard.cxx	Fri Jun 25 23:56:13 2010
@@ -141,6 +141,7 @@ FirstStartWizard::FirstStartWizard( Window* pParent, s
     ,m_bAutomaticUpdChk(sal_True)
     ,m_aLicensePath( rLicensePath )
 {
+    return;
     // ---
     // FreeResource();
 //	enableState(STATE_USER, sal_False);
@@ -456,7 +457,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)
