From 9c12e1f658fb63eba2c429f4771b34dc129d6661 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 2 Feb 2004 18:58:02 +0000
Subject: INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED 2004/01/30 13:11:22
hr 1.3.72.1: #111934#: merge CWS ooo111fix2
---
odk/examples/DevelopersGuide/FirstSteps/FirstConnection.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'odk/examples/DevelopersGuide/FirstSteps/FirstConnection.java')
diff --git a/odk/examples/DevelopersGuide/FirstSteps/FirstConnection.java b/odk/examples/DevelopersGuide/FirstSteps/FirstConnection.java
index f388fd8e5312..4373ee4d2eb2 100644
--- a/odk/examples/DevelopersGuide/FirstSteps/FirstConnection.java
+++ b/odk/examples/DevelopersGuide/FirstSteps/FirstConnection.java
@@ -2,9 +2,9 @@
*
* $RCSfile: FirstConnection.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:25:53 $
+ * last change: $Author: hr $ $Date: 2004-02-02 19:58:02 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -66,7 +66,7 @@ public class FirstConnection extends java.lang.Object {
protected void useConnection() throws java.lang.Exception {
try {
xRemoteServiceManager = this.getRemoteServiceManager(
- "uno:socket,host=localhost,port=8100;urp;StarOffice.ServiceManager");
+ "uno:socket,host=localhost,port=2083;urp;StarOffice.ServiceManager");
String available = (null != xRemoteServiceManager ? "available" : "not available");
System.out.println( "remote ServiceManager is " + available );
}
--
cgit