INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED

2004/01/30 13:11:17 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
This commit is contained in:
Jens-Heiner Rechtien
2004-02-02 18:53:27 +00:00
parent e21652edee
commit d4a3f44ca6
3 changed files with 10 additions and 10 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: ControlAndSelectDemo.java,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: hr $ $Date: 2003-06-30 15:22:27 $
* last change: $Author: hr $ $Date: 2004-02-02 19:52:50 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -80,7 +80,7 @@ public class ControlAndSelectDemo
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 );