Kaydet (Commit) adab4e3f authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS dbwizard3 (1.4.4); FILE MERGED

2005/01/16 20:52:58 bc 1.4.4.1: #i40282#Thread handling in Webwizard removed
üst de9c7a01
......@@ -2,9 +2,9 @@
*
* $RCSfile: WWD_Startup.java,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: kz $ $Date: 2004-11-27 09:09:32 $
* last change: $Author: vg $ $Date: 2005-02-21 14:09:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -247,7 +247,6 @@ public abstract class WWD_Startup extends WWD_General {
* instance used for that purpose.
*/
protected XFrame myFrame;
protected XFrame desktopFrame;
/* ******************************************
......@@ -299,12 +298,9 @@ public abstract class WWD_Startup extends WWD_General {
this.buildStep7(proxies, exclamationURL);
buildStepX();
desktopFrame = Desktop.getActiveFrame(xMSF);
this.xMSF = xMSF;
XDesktop xDesktop = Desktop.getDesktop(xMSF);
myFrame = OfficeDocument.createNewFrame(xMSF, this);
desktopFrame = Desktop.findAFrame(xMSF, myFrame, desktopFrame);
Object doc = OfficeDocument.createNewDocument( myFrame, "swriter", false, true );
loadSettings(doc);
......@@ -446,7 +442,7 @@ public abstract class WWD_Startup extends WWD_General {
addStylePreview();
checkSteps();
executeDialog(desktopFrame);
executeDialog(myFrame);
} catch (java.lang.Exception jexception) {
jexception.printStackTrace(System.out);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment