summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/web/CallWizard.java
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/web/CallWizard.java')
-rw-r--r--wizards/com/sun/star/wizards/web/CallWizard.java7
1 files changed, 1 insertions, 6 deletions
diff --git a/wizards/com/sun/star/wizards/web/CallWizard.java b/wizards/com/sun/star/wizards/web/CallWizard.java
index 4d417afc986d..7019e00f5d5c 100644
--- a/wizards/com/sun/star/wizards/web/CallWizard.java
+++ b/wizards/com/sun/star/wizards/web/CallWizard.java
@@ -299,15 +299,10 @@ public class CallWizard
{
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
+ "uno:socket,host=localhost,port=8100;urp,negotiate=0,forcesynchronous=1;StarOffice.ServiceManager";
try
{
XMultiServiceFactory xmsf = Desktop.connect(ConnectStr);
- //File dir = new File("D:\\CWS\\extras6");//("C:\\Documents and Settings\\rpiterman\\My Documents");
- //getFiles(dir,xLocMSF);
-
- //read Configuration
CallWizard.WizardImplementation ww = new CallWizard.WizardImplementation(xmsf);
ww.trigger("start");