diff options
Diffstat (limited to 'odk/examples/java')
-rw-r--r-- | odk/examples/java/DocumentHandling/DocumentConverter.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/java/DocumentHandling/DocumentConverter.java b/odk/examples/java/DocumentHandling/DocumentConverter.java index 6c2decb9e0a7..1a238efa0dd8 100644 --- a/odk/examples/java/DocumentHandling/DocumentConverter.java +++ b/odk/examples/java/DocumentHandling/DocumentConverter.java @@ -2,9 +2,9 @@ * * $RCSfile: DocumentConverter.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2003-06-30 15:54:16 $ + * last change: $Author: hr $ $Date: 2004-02-02 20:09:48 $ * * The Contents of this file are made available subject to the terms of * the BSD license. @@ -165,7 +165,7 @@ public class DocumentConverter { */ public static void main( String args[] ) { try { - String sConnectionString = "uno:socket,host=localhost,port=8100;urp;StarOffice.ServiceManager"; + String sConnectionString = "uno:socket,host=localhost,port=2083;urp;StarOffice.ServiceManager"; if ( args.length < 3 ) { System.out.println( |