diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-14 16:09:56 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-15 08:27:55 +0200 |
commit | 11f40bfae492a7f2fff211699e7033ffdeb264e6 (patch) | |
tree | ec9081dd4b43ad5aef783b2bccd6076b25a9739f /qadevOOo | |
parent | 39c7826c814fb8043942f5d9e1f1f049641865e8 (diff) |
cid#1326900 IM: Questionable integer math
Change-Id: I6f8de37216f0f9d015e17b0bf1f1b1c1492275cf
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/mod/_sc/ScDataPilotTableObj.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScDataPilotTableObj.java b/qadevOOo/tests/java/mod/_sc/ScDataPilotTableObj.java index 3a419cca25f0..ea8273180868 100644 --- a/qadevOOo/tests/java/mod/_sc/ScDataPilotTableObj.java +++ b/qadevOOo/tests/java/mod/_sc/ScDataPilotTableObj.java @@ -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( |