Kaydet (Commit) 810407b0 authored tarafından Noel Grandin's avatar Noel Grandin

cid#1327102 UrF: Unread field

Change-Id: I28b0c6315c8526c80eeede179dd71e37be3272ef
üst a8248293
...@@ -42,7 +42,6 @@ public class _XSheetAuditing extends MultiMethodTest { ...@@ -42,7 +42,6 @@ public class _XSheetAuditing extends MultiMethodTest {
CellAddress dependentAddress = null; CellAddress dependentAddress = null;
XCell xAddress = null; XCell xAddress = null;
XCell xPrecedentAddress = null; XCell xPrecedentAddress = null;
XCell xDependentAddress = null;
XDrawPage xDrawPage = null; XDrawPage xDrawPage = null;
int elementCount = 0; int elementCount = 0;
...@@ -76,7 +75,7 @@ public class _XSheetAuditing extends MultiMethodTest { ...@@ -76,7 +75,7 @@ public class _XSheetAuditing extends MultiMethodTest {
throw new StatusException(Status.failed("'XSheetAuditing.Spreadsheet' object relation not found.")); throw new StatusException(Status.failed("'XSheetAuditing.Spreadsheet' object relation not found."));
try { try {
xAddress = xSheet.getCellByPosition(address.Column, address.Row); xAddress = xSheet.getCellByPosition(address.Column, address.Row);
xDependentAddress = xSheet.getCellByPosition(dependentAddress.Column, dependentAddress.Row); xSheet.getCellByPosition(dependentAddress.Column, dependentAddress.Row);
xPrecedentAddress = xSheet.getCellByPosition(precedentAddress.Column, precedentAddress.Row); xPrecedentAddress = xSheet.getCellByPosition(precedentAddress.Column, precedentAddress.Row);
} }
catch(com.sun.star.lang.IndexOutOfBoundsException e) { catch(com.sun.star.lang.IndexOutOfBoundsException e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment