Kaydet (Commit) 3dfa2e6c authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS qadev29 (1.5.36); FILE MERGED

2007/03/07 18:43:41 cn 1.5.36.1: #i75120# bugifx: initialize the super class first, then fill member variables with content
üst af7a9bf5
......@@ -4,9 +4,9 @@
*
* $RCSfile: OComboBoxModel.java,v $
*
* $Revision: 1.5 $
* $Revision: 1.6 $
*
* last change: $Author: rt $ $Date: 2005-09-09 02:07:59 $
* last change: $Author: ihi $ $Date: 2007-06-04 13:33:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -63,6 +63,8 @@ import util.DBTools;
* <li> <code>com::sun::star::form::component::ComboBox</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>
......@@ -85,6 +87,8 @@ import util.DBTools;
* @see com.sun.star.form.component.ComboBox
* @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
......@@ -128,6 +132,8 @@ public class OComboBoxModel extends GenericModelTest {
*/
protected void initialize(TestParameters tParam, PrintWriter log) {
super.initialize(tParam, log);
super.m_ChangePropertyName = "Text";
super.m_kindOfControl="ComboBox";
......@@ -141,10 +147,7 @@ public class OComboBoxModel 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
......
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