summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_forms/OListBoxModel.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_forms/OListBoxModel.java')
-rw-r--r--qadevOOo/tests/java/mod/_forms/OListBoxModel.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_forms/OListBoxModel.java b/qadevOOo/tests/java/mod/_forms/OListBoxModel.java
index 69db57197b1e..a1b7f1e200aa 100644
--- a/qadevOOo/tests/java/mod/_forms/OListBoxModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OListBoxModel.java
@@ -189,14 +189,12 @@ public class OListBoxModel extends GenericModelTest {
private XPropertySet ps = null;
private XInterface ctrl = null;
private String ChangePropertyName = null;
- Object ChangePropertyValue = null;
public Checker(XLoadable xl, XPropertySet ps, XInterface ctrl, String ChangePropertyName, Object ChangePropertyValue) {
formLoaderF = xl;
this.ps = ps;
this.ctrl = ctrl;
this.ChangePropertyName=ChangePropertyName;
- this.ChangePropertyValue=ChangePropertyValue;
}
public void update() throws Exception {