summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-14 09:51:32 +0200
committerNoel Grandin <noel@peralex.com>2015-10-14 09:55:20 +0200
commitdb91f24947ed12cb793cc32517fd8ca0e9476b6c (patch)
tree4252f6cdc4928770a83cf78800aff811b1bad2aa /qadevOOo/runner
parentfa59d0c58709a3620dabdd19a7ea8b85c356d2cb (diff)
cid#1326122 Copy-paste error
Change-Id: Ifea00b0e656918b22ece1fee56b33a35b6e81432
Diffstat (limited to 'qadevOOo/runner')
-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 97ec89cf29f3..4fa7d5bd36bd 100644
--- a/qadevOOo/runner/util/ValueChanger.java
+++ b/qadevOOo/runner/util/ValueChanger.java
@@ -354,7 +354,7 @@ public class ValueChanger {
if (oldValue.equals(bm2))
newValue = bm3;
if (oldValue.equals(bm3))
- newValue = bm3;
+ newValue = bm1;
} else if (oldValue instanceof com.sun.star.drawing.TextAdjust) {
com.sun.star.drawing.TextAdjust TA1 = com.sun.star.drawing.TextAdjust.BLOCK;
com.sun.star.drawing.TextAdjust TA2 = com.sun.star.drawing.TextAdjust.CENTER;