summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide')
-rw-r--r--odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java6
-rw-r--r--odk/examples/DevelopersGuide/Drawing/CustomShowDemo.java8
-rw-r--r--odk/examples/DevelopersGuide/Drawing/DrawViewDemo.java6
3 files changed, 10 insertions, 10 deletions
diff --git a/odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java b/odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java
index c66d7bc708c7..f3c3a5ed4879 100644
--- a/odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java
+++ b/odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ControlAndSelectDemo.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:22:27 $
+ * last change: $Author: hr $ $Date: 2004-02-02 19:52:50 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -80,7 +80,7 @@ public class ControlAndSelectDemo
if ( args.length >= 1 )
sConnection = args[ 0 ];
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 );
diff --git a/odk/examples/DevelopersGuide/Drawing/CustomShowDemo.java b/odk/examples/DevelopersGuide/Drawing/CustomShowDemo.java
index 802bba8a5294..a061329450b7 100644
--- a/odk/examples/DevelopersGuide/Drawing/CustomShowDemo.java
+++ b/odk/examples/DevelopersGuide/Drawing/CustomShowDemo.java
@@ -2,9 +2,9 @@
*
* $RCSfile: CustomShowDemo.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:22:39 $
+ * last change: $Author: hr $ $Date: 2004-02-02 19:53:08 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -68,7 +68,7 @@ import com.sun.star.awt.*;
// This demo will demonstrate how to create a CustomShow
// The first parameter describes the connection that is to use. If there is no parameter
-// "uno:socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" is used.
+// "uno:socket,host=localhost,port=2083;urp;StarOffice.ServiceManager" is used.
public class CustomShowDemo
@@ -82,7 +82,7 @@ public class CustomShowDemo
if ( args.length >= 1 )
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 );
diff --git a/odk/examples/DevelopersGuide/Drawing/DrawViewDemo.java b/odk/examples/DevelopersGuide/Drawing/DrawViewDemo.java
index 9c182a12d27d..1d4e7c89e080 100644
--- a/odk/examples/DevelopersGuide/Drawing/DrawViewDemo.java
+++ b/odk/examples/DevelopersGuide/Drawing/DrawViewDemo.java
@@ -2,9 +2,9 @@
*
* $RCSfile: DrawViewDemo.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:22:52 $
+ * last change: $Author: hr $ $Date: 2004-02-02 19:53:27 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -83,7 +83,7 @@ public class DrawViewDemo
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 );