Magellan Linux

Contents of /trunk/openoffice/patches/openoffice-3.2.1-no-startup-wizard.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1115 - (show annotations) (download)
Sun Aug 22 18:37:54 2010 UTC (13 years, 8 months ago) by niro
File size: 516 byte(s)
-added

1 --- desktop/source/migration/wizard.cxx
2 +++ desktop/source/migration/wizard.cxx
3 @@ -121,6 +121,7 @@
4 ,m_bAutomaticUpdChk(sal_True)
5 ,m_aLicensePath( rLicensePath )
6 {
7 + return;
8 // ---
9 // FreeResource();
10 // enableState(STATE_USER, sal_False);
11 @@ -383,7 +384,7 @@
12
13 short FirstStartWizard::Execute()
14 {
15 - return svt::RoadmapWizard::Execute();
16 + return sal_True || svt::RoadmapWizard::Execute();
17 }
18
19 static OUString _makeDateTimeString (const DateTime& aDateTime, sal_Bool bUTC = sal_False)