summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:53:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:53:27 +0000
commitd4a3f44ca6d31fed6bb7bb9fd6c1ae726edb9a2e (patch)
tree5f0661df93cef517a0616433ba1c4a0b1483a983
parente21652edee67aadff92582fac3a3f3a0bf9b5589 (diff)
INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:17 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
-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 );