Try to fix openoffice startup

This commit is contained in:
Tim Bentley 2009-06-26 20:06:28 +01:00
parent c981cb21d2
commit b36b78afdc
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class Openoffice(object):
self.createApp()
def startOpenoffice(self):
cmd = u'openoffice.org -nologo, -norestore, -minimized, -impress,' + u'"' + u'-accept=socket,host=localhost,port=2002;urp;'+ u'"'
cmd = u'openoffice.org -nologo -norestore -minimized -impress' + u'"' + u'-accept=socket,host=localhost,port=2002;urp;'+ u'"'
retval = subprocess.Popen(cmd, shell=True)
self.oopid = retval.pid