diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 18:49:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-02 18:49:27 +0000 |
commit | e54a235092b62161e31b5ec91059378756f829bb (patch) | |
tree | 44f8f3e305dae33375f6fcb171a87fb491c8ab4f /odk/examples/DevelopersGuide | |
parent | a43faaaee1ac492239d75c989d06f1a9f4d732ce (diff) |
INTEGRATION: CWS geordi2q14 (1.4.72); FILE MERGED
2004/01/30 13:11:10 hr 1.4.72.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'odk/examples/DevelopersGuide')
-rw-r--r-- | odk/examples/DevelopersGuide/examples.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/examples.html b/odk/examples/DevelopersGuide/examples.html index 6945672870e6..a9e0c161c6de 100644 --- a/odk/examples/DevelopersGuide/examples.html +++ b/odk/examples/DevelopersGuide/examples.html @@ -74,7 +74,7 @@ needs.<br> In order to connect most of the following client programs to the running office server, before running those programs, you should invoke the office with the following command:</p> - <pre>soffice "-accept=socket,host=localhost,port=8100;urp;"</pre> + <pre>soffice "-accept=socket,host=localhost,port=2083;urp;"</pre> <p>You could also customize the mentioned host and port to your needs.</p> <p>All examples marked with a <font color="#1C3BF9">*</font> are executables which can be executed using a run target in the makefile. The name of the binary (C++) can differ compared @@ -1888,7 +1888,7 @@ <p>This example uses a SQL data source in the Office named "OO_SDK_Demo_DB" with write access. Make sure that you have such a datasurce available in your office before you run the example. For running the FormLayer example you should start your office with the following command:<br> - <pre>soffice "-accept=socket,host=localhost,port=8100;urp,ForceSynchronous=1,Negotiate=0; + <pre>soffice "-accept=socket,host=localhost,port=2083;urp,ForceSynchronous=1,Negotiate=0; StarOffice.ServiceManager"</pre><br> The additonal connection parameters are necessary to avoid snychronization problems. </p> |