summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-14 09:53:01 +0200
committerNoel Grandin <noel@peralex.com>2015-10-14 09:55:21 +0200
commitf6df41376d5cb7fb4a7e08961a3d1b03a9143911 (patch)
tree012d57a0cf7bf01498cb0eaa740a0d256e0bed31 /qadevOOo
parentdb91f24947ed12cb793cc32517fd8ca0e9476b6c (diff)
cid#1326123 Copy-paste error
Change-Id: Ic4dd8d1abfd8bfbeab0a3b8465fa3f7b5a7dafca
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/util/ValueChanger.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/util/ValueChanger.java b/qadevOOo/runner/util/ValueChanger.java
index 4fa7d5bd36bd..5793877eb323 100644
--- a/qadevOOo/runner/util/ValueChanger.java
+++ b/qadevOOo/runner/util/ValueChanger.java
@@ -748,7 +748,7 @@ public class ValueChanger {
newValue = BT4;
if (oldValue.equals(BT4))
newValue = BT5;
- if (oldValue.equals(BT6))
+ if (oldValue.equals(BT5))
newValue = BT6;
if (oldValue.equals(BT6))
newValue = BT7;