From 55357e9ed599283cea41c8b47b527c7403282ffd Mon Sep 17 00:00:00 2001 From: tnut Date: Fri, 26 Feb 2010 18:48:48 +0100 Subject: openoffice-3.2, déplacé dans test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/openoffice-3.2/default-no-startup-wizard.diff | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/openoffice-3.2/default-no-startup-wizard.diff (limited to 'test/openoffice-3.2/default-no-startup-wizard.diff') diff --git a/test/openoffice-3.2/default-no-startup-wizard.diff b/test/openoffice-3.2/default-no-startup-wizard.diff new file mode 100644 index 000000000..432c2de1a --- /dev/null +++ b/test/openoffice-3.2/default-no-startup-wizard.diff @@ -0,0 +1,19 @@ +--- desktop/source/migration/wizard.cxx ++++ desktop/source/migration/wizard.cxx +@@ -121,6 +121,7 @@ + ,m_bAutomaticUpdChk(sal_True) + ,m_aLicensePath( rLicensePath ) + { ++ return; + // --- + // FreeResource(); + // enableState(STATE_USER, sal_False); +@@ -383,7 +384,7 @@ + + short FirstStartWizard::Execute() + { +- return svt::RoadmapWizard::Execute(); ++ return sal_True || svt::RoadmapWizard::Execute(); + } + + static OUString _makeDateTimeString (const DateTime& aDateTime, sal_Bool bUTC = sal_False) -- cgit v1.2.3-54-g00ecf