From 932fdb05ebde6ab7f9f29ba16790fc346a2b5008 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 23 Dec 2004 08:38:08 +0000 Subject: INTEGRATION: CWS extrasbetafixes1 (1.3.2); FILE MERGED 2004/12/08 15:24:13 tv 1.3.2.1: #i38500# #i38510# Peer for Frames needs to be created from ContainerWindow Submitted by: Reviewed by: --- wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.java b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.java index a0b97b4faad4..7e90af4455c7 100644 --- a/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.java +++ b/wizards/com/sun/star/wizards/agenda/AgendaWizardDialogImpl.java @@ -2,8 +2,8 @@ * * $RCSfile: AgendaWizardDialogImpl.java,v $ * -* $Revision: 1.3 $ -* last change: $Author: kz $ $Date: 2004-11-27 09:04:30 $ +* $Revision: 1.4 $ +* last change: $Author: vg $ $Date: 2004-12-23 09:38:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -170,7 +170,7 @@ public class AgendaWizardDialogImpl extends AgendaWizardDialog drawNaviBar(); // create the peer - XWindow xw = agendaTemplate.xFrame.getComponentWindow(); + XWindow xw = agendaTemplate.xFrame.getContainerWindow(); XWindowPeer xWindowPeer = (XWindowPeer) UnoRuntime.queryInterface(XWindowPeer.class, xw); this.createWindowPeer( xWindowPeer ); @@ -262,7 +262,7 @@ public class AgendaWizardDialogImpl extends AgendaWizardDialog /** used in developement to start the wizard */ public static void main(String args[]) { - String ConnectStr = "uno:socket,host=localhost,port=8111;urp,negotiate=0,forcesynchronous=1;StarOffice.NamingService"; //localhost + String ConnectStr = "uno:socket,host=127.0.0.1,port=8100;urp,negotiate=0,forcesynchronous=1;StarOffice.NamingService"; //localhost // ;Lo-1.Germany.sun.com; // 10.16.65.155 try { -- cgit