From fd7613f07fc9ec06358e266aa4cc03c5fd5c664f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 15 Oct 2015 11:35:46 +0200 Subject: cid#1327101 UrF: Unread field Change-Id: I0245bfc1a4a1516fe45fdc69d2df98e09218a9cf --- qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'qadevOOo') 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); -- cgit