summaryrefslogtreecommitdiffstats
path: root/scripting/java/org/openoffice
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-01-11 19:21:33 +0100
committerAndras Timar <atimar@suse.com>2012-01-11 19:25:45 +0100
commitaab14cb9fbc7d82b804a89e4cc61fb874c8636c8 (patch)
tree06076784fd47291174d9d51811da496191ae5cf4 /scripting/java/org/openoffice
parentexport vertical and horizontal flip attribute for customshapes (diff)
downloadcore-aab14cb9fbc7d82b804a89e4cc61fb874c8636c8.tar.gz
core-aab14cb9fbc7d82b804a89e4cc61fb874c8636c8.zip
fix prefix of command line switches (-- instead of -)
Diffstat (limited to 'scripting/java/org/openoffice')
-rwxr-xr-xscripting/java/org/openoffice/idesupport/localoffice/LocalOfficeImpl.java2
1 files changed, 1 insertions, 1 deletions
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=<PORT>;urp;StarOffice.ServiceManager"
+ * "--accept=socket,host=localhost,port=<PORT>;urp;StarOffice.ServiceManager"
*
* @param port is a communication port.
*/