summaryrefslogtreecommitdiff
path: root/odk/examples/java/Spreadsheet
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 19:12:08 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 19:12:08 +0000
commit674d083474045c1e9ba514ceb2efc6cdcadcfac0 (patch)
tree76944f0e33df7e73ce40ffc4be8527683db2674d /odk/examples/java/Spreadsheet
parentaefc280a4dab1bba2a45fdc50b88fe79fbf08dcd (diff)
INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:53 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'odk/examples/java/Spreadsheet')
-rw-r--r--odk/examples/java/Spreadsheet/ChartTypeChange.java6
-rw-r--r--odk/examples/java/Spreadsheet/EuroAdaption.java6
2 files changed, 6 insertions, 6 deletions
diff --git a/odk/examples/java/Spreadsheet/ChartTypeChange.java b/odk/examples/java/Spreadsheet/ChartTypeChange.java
index 17b2dd2029c0..ddec863f6007 100644
--- a/odk/examples/java/Spreadsheet/ChartTypeChange.java
+++ b/odk/examples/java/Spreadsheet/ChartTypeChange.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartTypeChange.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:58:09 $
+ * last change: $Author: hr $ $Date: 2004-02-02 20:11:50 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -74,7 +74,7 @@ public class ChartTypeChange {
/** Default connection string
*/
- private String sConnectionString = "uno:socket,host=localhost,port=8100;urp;StarOffice.ServiceManager";
+ private String sConnectionString = "uno:socket,host=localhost,port=2083;urp;StarOffice.ServiceManager";
/** Table chart, which type will be changed.
*/
diff --git a/odk/examples/java/Spreadsheet/EuroAdaption.java b/odk/examples/java/Spreadsheet/EuroAdaption.java
index b54caa2458d2..50abb6d883a1 100644
--- a/odk/examples/java/Spreadsheet/EuroAdaption.java
+++ b/odk/examples/java/Spreadsheet/EuroAdaption.java
@@ -2,9 +2,9 @@
*
* $RCSfile: EuroAdaption.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:58:20 $
+ * last change: $Author: hr $ $Date: 2004-02-02 20:12:08 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -87,7 +87,7 @@ import com.sun.star.lang.XMultiComponentFactory;
public class EuroAdaption {
public static void main(String args[]) {
- String sConnectionString = "uno:socket,host=localhost,port=8100;urp;StarOffice.NamingService";
+ String sConnectionString = "uno:socket,host=localhost,port=2083;urp;StarOffice.NamingService";
// It is possible to use a different connection string, passed as argument
if ( args.length == 1 ) {