diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 19:10:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 19:10:22 +0000 |
commit | a6522f461dfb8e5ecbabcbf4916c4b7a3f737454 (patch) | |
tree | d76ae03d3005847a8eb1d0036a735d80eeed8a1b /odk/examples/java | |
parent | de0dfe42c598f798678c235fd66c3698e76c1e4e (diff) |
INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:49 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'odk/examples/java')
-rw-r--r-- | odk/examples/java/DocumentHandling/DocumentLoader.java | 6 | ||||
-rw-r--r-- | odk/examples/java/DocumentHandling/DocumentPrinter.java | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/odk/examples/java/DocumentHandling/DocumentLoader.java b/odk/examples/java/DocumentHandling/DocumentLoader.java index e928967ef587..4787f89b50a2 100644 --- a/odk/examples/java/DocumentHandling/DocumentLoader.java +++ b/odk/examples/java/DocumentHandling/DocumentLoader.java @@ -2,9 +2,9 @@ * * $RCSfile: DocumentLoader.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2003-06-30 15:54:28 $ + * last change: $Author: hr $ $Date: 2004-02-02 20:10:05 $ * * The Contents of this file are made available subject to the terms of * the BSD license. @@ -53,7 +53,7 @@ import com.sun.star.beans.XPropertySet; public class DocumentLoader { 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 < 1 ) { System.out.println( diff --git a/odk/examples/java/DocumentHandling/DocumentPrinter.java b/odk/examples/java/DocumentHandling/DocumentPrinter.java index 9c71be947b3c..0002eee9099b 100644 --- a/odk/examples/java/DocumentHandling/DocumentPrinter.java +++ b/odk/examples/java/DocumentHandling/DocumentPrinter.java @@ -2,9 +2,9 @@ * * $RCSfile: DocumentPrinter.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2003-06-30 15:54:38 $ + * last change: $Author: hr $ $Date: 2004-02-02 20:10:22 $ * * The Contents of this file are made available subject to the terms of * the BSD license. @@ -52,7 +52,7 @@ import com.sun.star.view.XPrintable; public class DocumentPrinter { 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( |