[ooo-build-commit] .: qadevOOo/runner
Jan Holesovsky
kendy at kemper.freedesktop.org
Fri Sep 17 03:36:11 PDT 2010
qadevOOo/runner/util/ValueChanger.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 956e2e792f58ed207899aa1bf943c11071e97177
Author: Thorsten Behrens <tbehrens at novell.com>
Date: Fri Sep 17 10:11:32 2010 +0200
fit-list-to-size.diff: Shrink font automatically when text overflows.
i#94086
Scale-font-down if typing text in Impress and the text box becomes too small.
diff --git a/qadevOOo/runner/util/ValueChanger.java b/qadevOOo/runner/util/ValueChanger.java
index 25ec5e5..ae00ead 100644
--- a/qadevOOo/runner/util/ValueChanger.java
+++ b/qadevOOo/runner/util/ValueChanger.java
@@ -383,7 +383,7 @@ public class ValueChanger {
com.sun.star.drawing.TextFitToSizeType TF1 = com.sun.star.drawing.TextFitToSizeType.ALLLINES;
com.sun.star.drawing.TextFitToSizeType TF2 = com.sun.star.drawing.TextFitToSizeType.NONE;
com.sun.star.drawing.TextFitToSizeType TF3 = com.sun.star.drawing.TextFitToSizeType.PROPORTIONAL;
- com.sun.star.drawing.TextFitToSizeType TF4 = com.sun.star.drawing.TextFitToSizeType.RESIZEATTR;
+ com.sun.star.drawing.TextFitToSizeType TF4 = com.sun.star.drawing.TextFitToSizeType.AUTOFIT;
if (oldValue.equals(TF1)) newValue = TF2;
if (oldValue.equals(TF2)) newValue = TF3;
if (oldValue.equals(TF3)) newValue = TF4;
More information about the ooo-build-commit
mailing list