Kaydet (Commit) 11f40bfa authored tarafından Noel Grandin's avatar Noel Grandin

cid#1326900 IM: Questionable integer math

Change-Id: I6f8de37216f0f9d015e17b0bf1f1b1c1492275cf
üst 39c7826c
......@@ -251,7 +251,7 @@ public class ScDataPilotTableObj extends TestCase {
fieldPropSet.setPropertyValue(
"Orientation", com.sun.star.sheet.DataPilotFieldOrientation.COLUMN);
}
else if (i%2 == 1)
else
{
// odd number fields
fieldPropSet.setPropertyValue(
......
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