summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 19:01:55 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 19:01:55 +0000
commit3bf57db39601cc63d102db836a79beef88b8f265 (patch)
tree5766ae491029d14e54bd438a46af1f111e39ea0a
parentINTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED (diff)
downloadcore-3bf57db39601cc63d102db836a79beef88b8f265.tar.gz
core-3bf57db39601cc63d102db836a79beef88b8f265.zip
INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:32 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/PathSettings/PathSettingsTest.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeDev/PathSettings/PathSettingsTest.java b/odk/examples/DevelopersGuide/OfficeDev/PathSettings/PathSettingsTest.java
index cae117f79570..05efad7a28d5 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/PathSettings/PathSettingsTest.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/PathSettings/PathSettingsTest.java
@@ -2,9 +2,9 @@
*
* $RCSfile: PathSettingsTest.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-06-30 15:42:31 $
+ * last change: $Author: hr $ $Date: 2004-02-02 20:01:55 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -110,7 +110,7 @@ public class PathSettingsTest extends java.lang.Object {
XUnoUrlResolver xUnoUrlResolver = (XUnoUrlResolver) UnoRuntime.queryInterface(
XUnoUrlResolver.class, urlResolver );
Object initialObject = xUnoUrlResolver.resolve(
- "uno:socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" );
+ "uno:socket,host=localhost,port=2083;urp;StarOffice.ServiceManager" );
XPropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface(
XPropertySet.class, initialObject);
Object context = xPropertySet.getPropertyValue("DefaultContext");