summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-15 11:35:46 +0200
committerNoel Grandin <noel@peralex.com>2015-10-15 11:35:46 +0200
commitfd7613f07fc9ec06358e266aa4cc03c5fd5c664f (patch)
treedc186793506ea250103238d6b605f9a4369969a8 /qadevOOo
parent9b65ce577165426f10db31429ff816c34d9b0539 (diff)
cid#1327101 UrF: Unread field
Change-Id: I0245bfc1a4a1516fe45fdc69d2df98e09218a9cf
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java b/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java
index c0265af60709..06bac330c2c6 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java
@@ -57,7 +57,6 @@ public class _XDataPilotDescriptor extends MultiMethodTest {
public XDataPilotDescriptor oObj = null;
CellRangeAddress CRA = new CellRangeAddress((short)1, 1, 1, 5, 5);
- CellRangeAddress oldCRA = null ;
String sTag = "XDataPilotDescriptor_Tag";
String fieldsNames[];
int fieldsAmount = 0;
@@ -117,7 +116,7 @@ public class _XDataPilotDescriptor extends MultiMethodTest {
executeMethod("getHiddenFields()") ;
executeMethod("getPageFields()") ;
- oldCRA = oObj.getSourceRange() ;
+ oObj.getSourceRange();
oObj.setSourceRange(CRA);
tRes.tested("setSourceRange()", true);