INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED

2004/01/30 13:11:11 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
This commit is contained in:
Jens-Heiner Rechtien
2004-02-02 18:50:13 +00:00
parent e54a235092
commit e4d751b5b5
2 changed files with 6 additions and 6 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: Helper.java,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: hr $ $Date: 2003-06-30 15:09:59 $
* last change: $Author: hr $ $Date: 2004-02-02 19:50:13 $
*
* The Contents of this file are made available subject to the terms of
* the BSD license.
@@ -91,7 +91,7 @@ public class Helper
if( args.length > 0 )
sConnectString = args[ 0 ];
else
sConnectString = new String( "socket,host=localhost,port=8100" );
sConnectString = new String( "socket,host=localhost,port=2083" );
maMSFactory = connect( "uno:" + sConnectString + ";urp;StarOffice.ServiceManager" );
}