INTEGRATION: CWS geordi2q14 (1.3.72); FILE MERGED
2004/01/30 13:11:16 hr 1.3.72.1: #111934#: merge CWS ooo111fix2
This commit is contained in:
@@ -2,9 +2,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: RowSet.java,v $
|
* $RCSfile: RowSet.java,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.3 $
|
* $Revision: 1.4 $
|
||||||
*
|
*
|
||||||
* last change: $Author: hr $ $Date: 2003-06-30 15:17:17 $
|
* last change: $Author: hr $ $Date: 2004-02-02 19:52:15 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to the terms of
|
* The Contents of this file are made available subject to the terms of
|
||||||
* the BSD license.
|
* the BSD license.
|
||||||
@@ -60,7 +60,7 @@ public class RowSet
|
|||||||
public static void main(String argv[]) throws java.lang.Exception
|
public static void main(String argv[]) throws java.lang.Exception
|
||||||
{
|
{
|
||||||
try{
|
try{
|
||||||
rSmgr = connect("socket,host=localhost,port=8100");
|
rSmgr = connect("socket,host=localhost,port=2083");
|
||||||
showRowSetEvents(rSmgr);
|
showRowSetEvents(rSmgr);
|
||||||
// showRowSetRowCount(rSmgr);
|
// showRowSetRowCount(rSmgr);
|
||||||
// showRowSetPrivileges(rSmgr);
|
// showRowSetPrivileges(rSmgr);
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
*
|
*
|
||||||
* $RCSfile: ChangeOrderDemo.java,v $
|
* $RCSfile: ChangeOrderDemo.java,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.3 $
|
* $Revision: 1.4 $
|
||||||
*
|
*
|
||||||
* last change: $Author: hr $ $Date: 2003-06-30 15:22:16 $
|
* last change: $Author: hr $ $Date: 2004-02-02 19:52:33 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to the terms of
|
* The Contents of this file are made available subject to the terms of
|
||||||
* the BSD license.
|
* the BSD license.
|
||||||
@@ -83,7 +83,7 @@ public class ChangeOrderDemo
|
|||||||
if ( args.length >= 1 )
|
if ( args.length >= 1 )
|
||||||
sConnection = args[ 1 ];
|
sConnection = args[ 1 ];
|
||||||
else
|
else
|
||||||
sConnection = "uno:socket,host=localhost,port=8100;urp;StarOffice.ServiceManager";
|
sConnection = "uno:socket,host=localhost,port=2083;urp;StarOffice.ServiceManager";
|
||||||
XMultiServiceFactory xServiceFactory =
|
XMultiServiceFactory xServiceFactory =
|
||||||
Helper.connect( sConnection );
|
Helper.connect( sConnection );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user