INTEGRATION: CWS dbwizard3 (1.4.20); FILE MERGED

2005/01/03 06:30:14 bc 1.4.20.1: #i37475# several changes
This commit is contained in:
Vladimir Glazounov 2005-02-21 13:07:05 +00:00
parent 81e9f7c081
commit 8091f2582b

View file

@ -2,9 +2,9 @@
*
* $RCSfile: UnoDialog2.java,v $
*
* $Revision: 1.4 $
* $Revision: 1.5 $
*
* last change: $Author: pjunck $ $Date: 2004-10-27 13:42:57 $
* last change: $Author: vg $ $Date: 2005-02-21 14:07:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -57,16 +57,15 @@
* Contributor(s): _______________________________________
*
*/
/*
* UnoDialog2.java
*
* Created on 2. September 2003, 17:03
*/
package com.sun.star.wizards.ui;
import java.awt.Color;
import com.sun.star.awt.*;
import com.sun.star.beans.XPropertySet;
import com.sun.star.lang.IllegalArgumentException;
import com.sun.star.lang.XMultiServiceFactory;
import com.sun.star.uno.AnyConverter;
import com.sun.star.uno.UnoRuntime;
import com.sun.star.uno.XInterface;
import com.sun.star.wizards.common.Helper;
@ -206,7 +205,6 @@ public class UnoDialog2 extends UnoDialog implements EventNames {
}
/**
* This method is used for creating Edit, Currency, Date, Formatted, Pattern, File
* and Time edit components.
@ -341,5 +339,4 @@ public class UnoDialog2 extends UnoDialog implements EventNames {
public int showMessageBox(String windowServiceName, int windowAttribute, String MessageText) {
return SystemDialog.showMessageBox(xMSF, this.xControl.getPeer(), windowServiceName, windowAttribute, MessageText);
}
}