summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Drawing
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:57:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:57:37 +0000
commit2114d3cf2310686a8051d17cc47337900339f6e5 (patch)
treeea9821bc409dc00f9238013aa6b540344666124f /odk/examples/DevelopersGuide/Drawing
parent892a2869b093ca3595dbe99df4032e44226ff268 (diff)
INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:21 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'odk/examples/DevelopersGuide/Drawing')
-rw-r--r--odk/examples/DevelopersGuide/Drawing/StyleDemo.java6
-rw-r--r--odk/examples/DevelopersGuide/Drawing/TextDemo.java6
2 files changed, 6 insertions, 6 deletions
diff --git a/odk/examples/DevelopersGuide/Drawing/StyleDemo.java b/odk/examples/DevelopersGuide/Drawing/StyleDemo.java
index a5957960168e..a9adfff50467 100644
--- a/odk/examples/DevelopersGuide/Drawing/StyleDemo.java
+++ b/odk/examples/DevelopersGuide/Drawing/StyleDemo.java
@@ -2,9 +2,9 @@
*
* $RCSfile: StyleDemo.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:25:31 $
+ * last change: $Author: hr $ $Date: 2004-02-02 19:57:05 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -78,7 +78,7 @@ public class StyleDemo
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/TextDemo.java b/odk/examples/DevelopersGuide/Drawing/TextDemo.java
index f09ae5919a3d..27fcab18e34b 100644
--- a/odk/examples/DevelopersGuide/Drawing/TextDemo.java
+++ b/odk/examples/DevelopersGuide/Drawing/TextDemo.java
@@ -2,9 +2,9 @@
*
* $RCSfile: TextDemo.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:25:42 $
+ * last change: $Author: hr $ $Date: 2004-02-02 19:57:37 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -82,7 +82,7 @@ public class TextDemo
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 );