summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/text/_NumberingLevel.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/text/_NumberingLevel.java')
-rw-r--r--qadevOOo/tests/java/ifc/text/_NumberingLevel.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/text/_NumberingLevel.java b/qadevOOo/tests/java/ifc/text/_NumberingLevel.java
index 2355bdc90994..86a20de32633 100644
--- a/qadevOOo/tests/java/ifc/text/_NumberingLevel.java
+++ b/qadevOOo/tests/java/ifc/text/_NumberingLevel.java
@@ -64,7 +64,6 @@ import com.sun.star.beans.PropertyValue;
*/
public class _NumberingLevel {
- private static TestParameters tParam = null;
private static HashMap<String, Boolean> NumberingLevel = new HashMap<String,Boolean>();
private static PropertyValue[] PropertyArray = null;
private static LogWriter log = null;
@@ -78,7 +77,6 @@ public class _NumberingLevel {
*/
public _NumberingLevel(LogWriter log, TestParameters tParam, PropertyValue[] propertyValues){
- this.tParam = tParam;
this.PropertyArray = propertyValues;
this.log = log;