summaryrefslogtreecommitdiff
path: root/odk/examples/java
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 19:10:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 19:10:40 +0000
commit00dd24fa5fd7f9eafbab0041ccf05c66df614501 (patch)
tree3509881467e3e4b9fddc24e2a25239041253f616 /odk/examples/java
parenta6522f461dfb8e5ecbabcbf4916c4b7a3f737454 (diff)
INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:50 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'odk/examples/java')
-rw-r--r--odk/examples/java/DocumentHandling/DocumentSaver.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/java/DocumentHandling/DocumentSaver.java b/odk/examples/java/DocumentHandling/DocumentSaver.java
index 26e885a15e4e..0fe15a868263 100644
--- a/odk/examples/java/DocumentHandling/DocumentSaver.java
+++ b/odk/examples/java/DocumentHandling/DocumentSaver.java
@@ -2,9 +2,9 @@
*
* $RCSfile: DocumentSaver.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:54:49 $
+ * last change: $Author: hr $ $Date: 2004-02-02 20:10:40 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -63,7 +63,7 @@ public class DocumentSaver {
*/
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 < 2 ) {
System.out.println(