summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-12-01 15:30:54 +0000
committerRüdiger Timm <rt@openoffice.org>2006-12-01 15:30:54 +0000
commit0ce8b07d14410f3d7267c3ff8cb8c31f0a3cc247 (patch)
tree765ddea4a87fcb088bb1048a14a674adde5174f6
parent21de2e6c0375427e95ecb2bbadf277731b590990 (diff)
INTEGRATION: CWS dbwizardpp5 (1.12.28); FILE MERGED
2006/10/06 16:35:18 bc 1.12.28.1: #i43801#reportwizard now handles NumberFormat correctly
-rw-r--r--wizards/com/sun/star/wizards/form/FormWizard.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/form/FormWizard.java b/wizards/com/sun/star/wizards/form/FormWizard.java
index 8ea39b5e5989..8c2e56cf0935 100644
--- a/wizards/com/sun/star/wizards/form/FormWizard.java
+++ b/wizards/com/sun/star/wizards/form/FormWizard.java
@@ -4,9 +4,9 @@
*
* $RCSfile: FormWizard.java,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: kz $ $Date: 2006-07-06 14:19:41 $
+ * last change: $Author: rt $ $Date: 2006-12-01 16:30:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -172,7 +172,8 @@ public class FormWizard extends WizardDialog{
public static void main(String args[]) {
- String ConnectStr = "uno:socket,host=localhost,port=8100;urp,negotiate=0,forcesynchronous=1;StarOffice.NamingService"; //localhost ;Lo-1.Germany.sun.com; 10.16.65.155
+
+ String ConnectStr = "uno:socket,host=localhost,port=8100;urp;StarOffice.ServiceManager"; //localhost ;Lo-1.Germany.sun.com; 10.16.65.155
PropertyValue[] curproperties = null;
try {
XMultiServiceFactory xLocMSF = com.sun.star.wizards.common.Desktop.connect(ConnectStr);