INTEGRATION: CWS qadev29 (1.5.36); FILE MERGED
2007/03/07 18:44:08 cn 1.5.36.1: #i75120# bugifx: initialize the super class first, then fill member variables with content
This commit is contained in:
parent
3dfa2e6cb6
commit
28f53e5779
1 changed files with 8 additions and 5 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: OCurrencyModel.java,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-09 02:08:32 $
|
||||
* last change: $Author: ihi $ $Date: 2007-06-04 13:34:00 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -61,6 +61,8 @@ import util.DBTools;
|
|||
* <li> <code>com::sun::star::container::XNamed</code></li>
|
||||
* <li> <code>com::sun::star::lang::XComponent</code></li>
|
||||
* <li> <code>com::sun::star::lang::XEventListener</code></li>
|
||||
* <li> <code>com::sun::star::beans::XPropertyAccess</code></li>
|
||||
* <li> <code>com::sun::star::beans::XPropertyContainer</code></li>
|
||||
* <li> <code>com::sun::star::beans::XPropertySet</code></li>
|
||||
* <li> <code>com::sun::star::form::XLoadListener</code></li>
|
||||
* <li> <code>com::sun::star::container::XChild</code></li>
|
||||
|
@ -82,6 +84,8 @@ import util.DBTools;
|
|||
* @see com.sun.star.container.XNamed
|
||||
* @see com.sun.star.lang.XComponent
|
||||
* @see com.sun.star.lang.XEventListener
|
||||
* @see com.sun.star.beans.XPropertyAccess
|
||||
* @see com.sun.star.beans.XPropertyContainer
|
||||
* @see com.sun.star.beans.XPropertySet
|
||||
* @see com.sun.star.form.XLoadListener
|
||||
* @see com.sun.star.container.XChild
|
||||
|
@ -125,6 +129,8 @@ public class OCurrencyModel extends GenericModelTest {
|
|||
*/
|
||||
protected void initialize(TestParameters tParam, PrintWriter log) {
|
||||
|
||||
super.initialize(tParam, log);
|
||||
|
||||
super.m_ObjectName = "stardiv.one.form.component.CurrencyField";
|
||||
|
||||
super.m_kindOfControl="CurrencyField";
|
||||
|
@ -139,10 +145,7 @@ public class OCurrencyModel extends GenericModelTest {
|
|||
|
||||
super.m_LCShape_Type = "FixedText";
|
||||
|
||||
super.initialize(tParam, log);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* calls <CODE>cleanup()</CODE> from it's super class
|
||||
* @param tParam the test parameter
|
||||
|
|
Loading…
Reference in a new issue