diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 19:10:56 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 19:10:56 +0000 |
commit | f1f7d885855715e7e6dc64e0c35d3ec27ada7ead (patch) | |
tree | 34f663397c74616fa0c48b1eebd3689c9256080f /odk/examples/java/Drawing/SDraw.java | |
parent | 00dd24fa5fd7f9eafbab0041ccf05c66df614501 (diff) |
INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:51 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'odk/examples/java/Drawing/SDraw.java')
-rw-r--r-- | odk/examples/java/Drawing/SDraw.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/java/Drawing/SDraw.java b/odk/examples/java/Drawing/SDraw.java index 0bb91a99a039..2a46f322b873 100644 --- a/odk/examples/java/Drawing/SDraw.java +++ b/odk/examples/java/Drawing/SDraw.java @@ -2,9 +2,9 @@ * * $RCSfile: SDraw.java,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2003-06-30 15:55:26 $ + * last change: $Author: hr $ $Date: 2004-02-02 20:10:56 $ * * The Contents of this file are made available subject to the terms of * the BSD license. @@ -91,7 +91,7 @@ public class SDraw { // connect to the office an get the MultiServiceFactory // this is necessary to create instances of Services //*************************************************************************** - String sConnectionString = "uno:socket,host=localhost,port=8100;urp;StarOffice.NamingService"; + String sConnectionString = "uno:socket,host=localhost,port=2083;urp;StarOffice.NamingService"; // It is possible to use a different connection string, passed as argument if ( args.length == 1 ) { |