summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Drawing/LayerDemo.java
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:55:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:55:22 +0000
commit226e053a4e036ecf0c003c40471686fe769fedf9 (patch)
treef9d3212171844a378258bc69eac7d7eec4787f3c /odk/examples/DevelopersGuide/Drawing/LayerDemo.java
parentd61c0288e8f04fa555e3f708147604f8edd2e3bf (diff)
INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:19 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'odk/examples/DevelopersGuide/Drawing/LayerDemo.java')
-rw-r--r--odk/examples/DevelopersGuide/Drawing/LayerDemo.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/Drawing/LayerDemo.java b/odk/examples/DevelopersGuide/Drawing/LayerDemo.java
index c6e3ffceb68f..b5f2ecf11a84 100644
--- a/odk/examples/DevelopersGuide/Drawing/LayerDemo.java
+++ b/odk/examples/DevelopersGuide/Drawing/LayerDemo.java
@@ -2,9 +2,9 @@
*
* $RCSfile: LayerDemo.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:24:01 $
+ * last change: $Author: hr $ $Date: 2004-02-02 19:55:22 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -83,7 +83,7 @@ public class LayerDemo
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 );