summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Database/OpenQuery.java
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:51:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:51:52 +0000
commit313967c17f7c5a98d7392043910f6d96e36d0d07 (patch)
tree5aabd1c878c93da410e72ff520a214ea09323a1b /odk/examples/DevelopersGuide/Database/OpenQuery.java
parent70c215e7a3fe93cafec62e4db592ccf9349a6972 (diff)
INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:15 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'odk/examples/DevelopersGuide/Database/OpenQuery.java')
-rw-r--r--odk/examples/DevelopersGuide/Database/OpenQuery.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/Database/OpenQuery.java b/odk/examples/DevelopersGuide/Database/OpenQuery.java
index bb84e711e2e4..de809ad89190 100644
--- a/odk/examples/DevelopersGuide/Database/OpenQuery.java
+++ b/odk/examples/DevelopersGuide/Database/OpenQuery.java
@@ -2,9 +2,9 @@
*
* $RCSfile: OpenQuery.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:17:06 $
+ * last change: $Author: hr $ $Date: 2004-02-02 19:51:52 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -83,7 +83,7 @@ public class OpenQuery {
protected void openQuery() throws com.sun.star.uno.Exception, java.lang.Exception {
xRemoteServiceManager = this.getRemoteServiceManager(
- "uno:socket,host=localhost,port=8100;urp;StarOffice.ServiceManager");
+ "uno:socket,host=localhost,port=2083;urp;StarOffice.ServiceManager");
// first we create our RowSet object and get its XRowSet interface
Object rowSet = xRemoteServiceManager.createInstanceWithContext(