summaryrefslogtreecommitdiff
path: root/sc/qa/complex/dataPilot/_XDataPilotTable.java
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/complex/dataPilot/_XDataPilotTable.java')
-rw-r--r--sc/qa/complex/dataPilot/_XDataPilotTable.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/qa/complex/dataPilot/_XDataPilotTable.java b/sc/qa/complex/dataPilot/_XDataPilotTable.java
index 1856413caa98..1c29a0f77cf2 100644
--- a/sc/qa/complex/dataPilot/_XDataPilotTable.java
+++ b/sc/qa/complex/dataPilot/_XDataPilotTable.java
@@ -49,7 +49,6 @@ public class _XDataPilotTable {
private XCell xCellForChange = null;
private XCell xCellForCheck = null;
private CellAddress OutputRange = null;
- private int changeValue = 0;
/**
* The test parameters
@@ -72,7 +71,6 @@ public class _XDataPilotTable {
xCellForChange = (XCell)param.get("CELLFORCHANGE");
xCellForCheck = (XCell)param.get("CELLFORCHECK");
OutputRange = (CellAddress)param.get("OUTPUTRANGE");
- changeValue = ((Integer)param.get("CHANGEVALUE")).intValue();
if (xCellForChange == null || OutputRange == null ||
xCellForCheck == null) {