From aab14cb9fbc7d82b804a89e4cc61fb874c8636c8 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 11 Jan 2012 19:21:33 +0100 Subject: fix prefix of command line switches (-- instead of -) --- .../java/org/openoffice/idesupport/localoffice/LocalOfficeImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripting/java/org') diff --git a/scripting/java/org/openoffice/idesupport/localoffice/LocalOfficeImpl.java b/scripting/java/org/openoffice/idesupport/localoffice/LocalOfficeImpl.java index fa42a7be1f1b..d3d7045a79de 100755 --- a/scripting/java/org/openoffice/idesupport/localoffice/LocalOfficeImpl.java +++ b/scripting/java/org/openoffice/idesupport/localoffice/LocalOfficeImpl.java @@ -126,7 +126,7 @@ System.out.println("*** LocalOfficeImpl.refreshStorage: DONE"); * Boot straps UNO. * * The office has to be started with following string: - * "-accept=socket,host=localhost,port=;urp;StarOffice.ServiceManager" + * "--accept=socket,host=localhost,port=;urp;StarOffice.ServiceManager" * * @param port is a communication port. */ -- cgit