Kaydet (Commit) 17a3d40e authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1326592 Useless call

Change-Id: I82350eab9ccfa331ada54a26f257d22bfcf6c8d8
üst eba1c9f9
......@@ -156,9 +156,7 @@ public class ScDataPilotFieldGroupItemObj extends TestCase
int x = sCellAdress.Column;
int y = sCellAdress.Row + 3;
oSheet.getCellByPosition (x, y);
Integer.valueOf(27);
// create the test objects
......
......@@ -155,10 +155,7 @@ public class ScDataPilotFieldGroupObj extends TestCase
int x = sCellAdress.Column;
int y = sCellAdress.Row + 3;
oSheet.getCellByPosition (x, y);
Integer.valueOf(27);
// create the test objects
log.println ("Getting test objects");
......
......@@ -175,7 +175,6 @@ public class ScIndexEnumeration_DataPilotItemsEnumeration
oSheet.getCellByPosition(x, y);
Integer.valueOf(27);
// create the test objects
log.println("Getting test objects");
......
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