summaryrefslogtreecommitdiffstats
path: root/extra/openoffice-3.2/default-no-startup-wizard.diff
diff options
context:
space:
mode:
authorsibel <sibel@free.fr>2010-02-20 16:31:29 +0100
committersibel <sibel@free.fr>2010-02-20 16:31:29 +0100
commita8fe5f653a6987cb56eb4f27070821d6d56846a3 (patch)
tree61bfa6f28290dc091ee995a0f75211ce68359b3e /extra/openoffice-3.2/default-no-startup-wizard.diff
parent61280296299b4641d741537b6d4e8d0279777d53 (diff)
downloadnutyx-pakxe-a8fe5f653a6987cb56eb4f27070821d6d56846a3.tar.gz
nutyx-pakxe-a8fe5f653a6987cb56eb4f27070821d6d56846a3.tar.bz2
nutyx-pakxe-a8fe5f653a6987cb56eb4f27070821d6d56846a3.tar.xz
nutyx-pakxe-a8fe5f653a6987cb56eb4f27070821d6d56846a3.zip
Ajout de openoffice-3.2#
Diffstat (limited to 'extra/openoffice-3.2/default-no-startup-wizard.diff')
-rw-r--r--extra/openoffice-3.2/default-no-startup-wizard.diff19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/openoffice-3.2/default-no-startup-wizard.diff b/extra/openoffice-3.2/default-no-startup-wizard.diff
new file mode 100644
index 000000000..432c2de1a
--- /dev/null
+++ b/extra/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)