From 00ab36a16db3ed0cac6206a233722b4c7efb8cb6 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 29 Mar 2015 23:23:46 +0300 Subject: The --nofirststartwizard option is a no-op Change-Id: Id481af38ebb51224f4f8493cccfb4eb4fd1e268f --- bin/benchmark-document-loading | 2 +- bin/convwatch.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/benchmark-document-loading b/bin/benchmark-document-loading index 07dc45978ac9..6d06580929c8 100644 --- a/bin/benchmark-document-loading +++ b/bin/benchmark-document-loading @@ -151,7 +151,7 @@ class OfficeConnection: def bootstrap(self, soffice, userdir, socket): argv = [ soffice, "--accept=" + socket + ";urp", "-env:UserInstallation=" + userdir, - "--quickstart=no", "--nofirststartwizard", + "--quickstart=no", "--norestore", "--nologo", "--headless" ] if "--valgrind" in self.args: argv.append("--valgrind") diff --git a/bin/convwatch.py b/bin/convwatch.py index c60c0fad5b98..9d055115d324 100644 --- a/bin/convwatch.py +++ b/bin/convwatch.py @@ -93,7 +93,7 @@ class OfficeConnection: def bootstrap(self, soffice, userdir, socket): argv = [ soffice, "--accept=" + socket + ";urp", "-env:UserInstallation=" + userdir, - "--quickstart=no", "--nofirststartwizard", + "--quickstart=no", "--norestore", "--nologo", "--headless" ] if "--valgrind" in self.args: argv.append("--valgrind") -- cgit