diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-03-29 23:23:46 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-03-29 23:51:03 +0300 |
commit | 00ab36a16db3ed0cac6206a233722b4c7efb8cb6 (patch) | |
tree | a821eee49562192e78dcefdaef56e73fce61fd60 /bin | |
parent | db255d5a4e35f38c4bb4755970506d841c98edb2 (diff) |
The --nofirststartwizard option is a no-op
Change-Id: Id481af38ebb51224f4f8493cccfb4eb4fd1e268f
Diffstat (limited to 'bin')
-rw-r--r-- | bin/benchmark-document-loading | 2 | ||||
-rw-r--r-- | bin/convwatch.py | 2 |
2 files changed, 2 insertions, 2 deletions
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") |