summaryrefslogtreecommitdiff
path: root/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/complex/dataPilot/_XDataPilotDescriptor.java')
-rw-r--r--sc/qa/complex/dataPilot/_XDataPilotDescriptor.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java b/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java
index 9971c74e0419..abb0a4e375c8 100644
--- a/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java
+++ b/sc/qa/complex/dataPilot/_XDataPilotDescriptor.java
@@ -54,7 +54,7 @@ public class _XDataPilotDescriptor {
private XDataPilotDescriptor oObj = null;
private CellRangeAddress CRA = new CellRangeAddress((short)1, 0, 0, 5, 5);
- private CellRangeAddress oldCRA = null ;
+
private String sTag = new String ("XDataPilotDescriptor_Tag");
private String fieldsNames[];
private int fieldsAmount = 0;
@@ -132,7 +132,6 @@ public class _XDataPilotDescriptor {
executeMethod("getHiddenFields()") ;
executeMethod("getPageFields()") ; */
- oldCRA = oObj.getSourceRange() ;
oObj.setSourceRange(CRA);
return true;