summaryrefslogtreecommitdiff
path: root/jurt
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-01-11 19:21:33 +0100
committerAndras Timar <atimar@suse.com>2012-01-12 00:10:15 +0100
commitc36fb812f806105901b0f5d1bd0315bcc5022812 (patch)
treed51c20ed1c9ebe1f99651a266988a1bf67a3dfd8 /jurt
parent673abdd398c5b7ae843a652c5f4342fd3876e761 (diff)
fix prefix of command line switches (-- instead of -) fdo#40991
Diffstat (limited to 'jurt')
-rw-r--r--jurt/workbench/com/sun/star/comp/urlresolver/UrlResolver_Test.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jurt/workbench/com/sun/star/comp/urlresolver/UrlResolver_Test.java b/jurt/workbench/com/sun/star/comp/urlresolver/UrlResolver_Test.java
index a78a2dffd1ad..c2b67c1ba030 100644
--- a/jurt/workbench/com/sun/star/comp/urlresolver/UrlResolver_Test.java
+++ b/jurt/workbench/com/sun/star/comp/urlresolver/UrlResolver_Test.java
@@ -37,7 +37,7 @@ import com.sun.star.uno.UnoRuntime;
//import com.sun.star.connection.NoConnectionException;
/** start the office with these options <br>
- soffice -accept=socket,host=localhost,port=8100;urp;
+ soffice --accept=socket,host=localhost,port=8100;urp;
*/
public class UrlResolver_Test
{