From d4a3f44ca6d31fed6bb7bb9fd6c1ae726edb9a2e Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 2 Feb 2004 18:53:27 +0000
Subject: INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:17
hr 1.3.72.1: #111934#: merge CWS ooo111fix2
---
odk/examples/DevelopersGuide/Drawing/ControlAndSelectDemo.java | 6 +++---
odk/examples/DevelopersGuide/Drawing/CustomShowDemo.java | 8 ++++----
odk/examples/DevelopersGuide/Drawing/DrawViewDemo.java | 6 +++---
3 files changed, 10 insertions(+), 10 deletions(-)
(limited to 'odk/examples/DevelopersGuide')
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 );
--
cgit