summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:50:13 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:50:13 +0000
commite4d751b5b5a6835ef77e12333c3da45c97bd3b91 (patch)
treeec1c46f6b3686fc601ad38b113ef69346394270d
parente54a235092b62161e31b5ec91059378756f829bb (diff)
INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:11 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
-rw-r--r--odk/examples/DevelopersGuide/Accessibility/ConnectionTask.java6
-rw-r--r--odk/examples/DevelopersGuide/Charts/Helper.java6
2 files changed, 6 insertions, 6 deletions
diff --git a/odk/examples/DevelopersGuide/Accessibility/ConnectionTask.java b/odk/examples/DevelopersGuide/Accessibility/ConnectionTask.java
index 083bf300a8a3..b5ba4de9604a 100644
--- a/odk/examples/DevelopersGuide/Accessibility/ConnectionTask.java
+++ b/odk/examples/DevelopersGuide/Accessibility/ConnectionTask.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ConnectionTask.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:05:06 $
+ * last change: $Author: hr $ $Date: 2004-02-02 19:49:49 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -222,7 +222,7 @@ class ConnectionTask
/// Default port number.
- private int mnPortNumber = 8100;
+ private int mnPortNumber = 2083;
/// Default host name.
private String msHostName = "localhost";
diff --git a/odk/examples/DevelopersGuide/Charts/Helper.java b/odk/examples/DevelopersGuide/Charts/Helper.java
index b2f223efc89f..87fe0acf3660 100644
--- a/odk/examples/DevelopersGuide/Charts/Helper.java
+++ b/odk/examples/DevelopersGuide/Charts/Helper.java
@@ -2,9 +2,9 @@
*
* $RCSfile: Helper.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:09:59 $
+ * last change: $Author: hr $ $Date: 2004-02-02 19:50:13 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -91,7 +91,7 @@ public class Helper
if( args.length > 0 )
sConnectString = args[ 0 ];
else
- sConnectString = new String( "socket,host=localhost,port=8100" );
+ sConnectString = new String( "socket,host=localhost,port=2083" );
maMSFactory = connect( "uno:" + sConnectString + ";urp;StarOffice.ServiceManager" );
}