summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_forms
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-12 14:05:04 +0200
committerNoel Grandin <noelgrandin@gmail.com>2014-12-15 12:36:40 +0000
commit454ddddd9995ad7c6f865729d160814f5a9f093a (patch)
tree15b5ee999ec504002cc727284aea0882cc82b01e /qadevOOo/tests/java/mod/_forms
parentf8fbef265329dc2e6e153d22c0a3317fdc0789e1 (diff)
java: remove some unused fields and variables
Change-Id: I5d6071096307adbe7df0178000346cf915afa3e7 Reviewed-on: https://gerrit.libreoffice.org/13477 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'qadevOOo/tests/java/mod/_forms')
-rw-r--r--qadevOOo/tests/java/mod/_forms/OListBoxModel.java2
-rw-r--r--qadevOOo/tests/java/mod/_forms/OTimeModel.java4
2 files changed, 0 insertions, 6 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 {
diff --git a/qadevOOo/tests/java/mod/_forms/OTimeModel.java b/qadevOOo/tests/java/mod/_forms/OTimeModel.java
index 4e1525bed3fd..c56a81bf1bb4 100644
--- a/qadevOOo/tests/java/mod/_forms/OTimeModel.java
+++ b/qadevOOo/tests/java/mod/_forms/OTimeModel.java
@@ -180,15 +180,11 @@ public class OTimeModel extends GenericModelTest {
private XLoadable formLoaderF = null;
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;
}
private int lastTime = 0;