summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 19:00:35 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 19:00:35 +0000
commit35d647f584a8b3fecf42584b70dab7b91b5be999 (patch)
tree8c6be2789241b32d68e2d067f903bb748f0758d5
parentINTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED (diff)
downloadcore-35d647f584a8b3fecf42584b70dab7b91b5be999.tar.gz
core-35d647f584a8b3fecf42584b70dab7b91b5be999.zip
INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:28 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Desk.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Desk.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Desk.java
index ef4d4f241cd5..79eee154df6f 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Desk.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/Desk.java
@@ -2,9 +2,9 @@
*
* $RCSfile: Desk.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:33:45 $
+ * last change: $Author: hr $ $Date: 2004-02-02 20:00:35 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -85,7 +85,7 @@ public class Desk
* host describe host on which remote office runs
* default=localhost
* port describe port which is used by remote office
- * default=8100
+ * default=2083
* mode describe using mode of document view {inplace/outplace}
* default=inplace
* file name of first file which should be open
@@ -95,7 +95,7 @@ public class Desk
{
// Analyze command line parameters.
String sHost = new String("localhost");
- String sPort = new String("8100");
+ String sPort = new String("2083");
String sMode = new String("inplace");
String sFile = new String("private:factory/swriter");