summaryrefslogtreecommitdiff
path: root/unotest/source/python
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-03-29 23:23:46 +0300
committerTor Lillqvist <tml@collabora.com>2015-03-29 23:51:03 +0300
commit00ab36a16db3ed0cac6206a233722b4c7efb8cb6 (patch)
treea821eee49562192e78dcefdaef56e73fce61fd60 /unotest/source/python
parentdb255d5a4e35f38c4bb4755970506d841c98edb2 (diff)
The --nofirststartwizard option is a no-op
Change-Id: Id481af38ebb51224f4f8493cccfb4eb4fd1e268f
Diffstat (limited to 'unotest/source/python')
-rw-r--r--unotest/source/python/org/libreoffice/unotest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotest/source/python/org/libreoffice/unotest.py b/unotest/source/python/org/libreoffice/unotest.py
index 28f5eca0c16f..eb13d374e83c 100644
--- a/unotest/source/python/org/libreoffice/unotest.py
+++ b/unotest/source/python/org/libreoffice/unotest.py
@@ -75,7 +75,7 @@ class OfficeConnection(object):
def bootstrap(self, soffice, userdir, channel):
argv = [ soffice, "--accept=" + channel + ";urp",
"-env:UserInstallation=" + userdir,
- "--quickstart=no", "--nofirststartwizard",
+ "--quickstart=no",
"--norestore", "--nologo", "--headless"]
if "--valgrind" in self.args:
argv.append("--valgrind")