ooo-build r13148 - in trunk: . patches/dev300



Author: thorstenb
Date: Thu Jul 10 15:31:19 2008
New Revision: 13148
URL: http://svn.gnome.org/viewvc/ooo-build?rev=13148&view=rev

Log:
	* patches/dev300/fit-list-to-size.diff:
	Adapted qadevoo to changed API as well.



Modified:
   trunk/ChangeLog
   trunk/patches/dev300/fit-list-to-size.diff

Modified: trunk/patches/dev300/fit-list-to-size.diff
==============================================================================
--- trunk/patches/dev300/fit-list-to-size.diff	(original)
+++ trunk/patches/dev300/fit-list-to-size.diff	Thu Jul 10 15:31:19 2008
@@ -1,6 +1,7 @@
  .../bf_xmloff/source/draw/xmloff_sdpropls.cxx      |    2 
  offapi/com/sun/star/drawing/TextFitToSizeType.idl  |    7 +
  offapi/util/makefile.mk                            |    7 +
+ qadevOOo/runner/util/ValueChanger.java             |    2 
  sd/sdi/_drvwsh.sdi                                 |   12 --
  svx/inc/svx/sdtfsitm.hxx                           |   26 +++--
  svx/inc/svx/svdotext.hxx                           |   10 ++
@@ -18,7 +19,7 @@
  svx/source/svdraw/svdtxhdl.cxx                     |    3 -
  svx/source/svdraw/svdview.cxx                      |    3 -
  xmloff/source/draw/sdpropls.cxx                    |    4 -
- 20 files changed, 161 insertions(+), 87 deletions(-)
+ 21 files changed, 162 insertions(+), 88 deletions(-)
 
 diff --git a/binfilter/bf_xmloff/source/draw/xmloff_sdpropls.cxx b/binfilter/bf_xmloff/source/draw/xmloff_sdpropls.cxx
 index 0b6589a..166e5cd 100644
@@ -72,6 +73,19 @@
      $(PERL) checknewapi.pl $(UCR)$/types.db $(REFERENCE_RDB) "$(RSCREVISION)" > $@
  
  .INCLUDE :  target.mk
+diff --git a/qadevOOo/runner/util/ValueChanger.java b/qadevOOo/runner/util/ValueChanger.java
+index 2df70f7..76e70f6 100644
+--- qadevOOo/runner/util/ValueChanger.java
++++ qadevOOo/runner/util/ValueChanger.java
+@@ -389,7 +389,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;
 diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi
 index d23bae2..7d5292c 100644
 --- sd/sdi/_drvwsh.sdi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]