summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Drawing/DrawingDemo.java
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:54:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:54:36 +0000
commitd61c0288e8f04fa555e3f708147604f8edd2e3bf (patch)
tree29504f372dca368ad338fb4c7a0c1702ae8b7956 /odk/examples/DevelopersGuide/Drawing/DrawingDemo.java
parentd4a3f44ca6d31fed6bb7bb9fd6c1ae726edb9a2e (diff)
INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:18 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'odk/examples/DevelopersGuide/Drawing/DrawingDemo.java')
-rw-r--r--odk/examples/DevelopersGuide/Drawing/DrawingDemo.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/Drawing/DrawingDemo.java b/odk/examples/DevelopersGuide/Drawing/DrawingDemo.java
index 5f52146d38b6..cb78913f133d 100644
--- a/odk/examples/DevelopersGuide/Drawing/DrawingDemo.java
+++ b/odk/examples/DevelopersGuide/Drawing/DrawingDemo.java
@@ -2,9 +2,9 @@
*
* $RCSfile: DrawingDemo.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:23:03 $
+ * last change: $Author: hr $ $Date: 2004-02-02 19:53:48 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -78,7 +78,7 @@ import java.util.Random;
// document. ( example for a URL is: "file:///c:/test.sxi" )
// The second parameter is the connection that is to use. If no parameter
// is given a standard impress document is created by using following
-// connection: "uno:socket,host=localhost,port=8100;urp;StarOffice.ServiceManager";
+// connection: "uno:socket,host=localhost,port=2083;urp;StarOffice.ServiceManager";
public class DrawingDemo
{
@@ -91,7 +91,7 @@ public class DrawingDemo
if ( args.length >= 2 )
sConnection = args[ 1 ];
else
- sConnection = "uno:socket,host=localhost,port=8100;urp;StarOffice.ServiceManager";
+ sConnection = "uno:socket,host=localhost,port=2083;urp;StarOffice.ServiceManager";
XMultiServiceFactory xServiceFactory =
Helper.connect( sConnection );