You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2005/05/17 18:53:59 UTC

cvs commit: xml-fop/src/java/org/apache/fop/layoutmgr AbstractBreaker.java

jeremias    2005/05/17 09:53:59

  Modified:    src/java/org/apache/fop/layoutmgr AbstractBreaker.java
  Log:
  log translation only.
  
  Revision  Changes    Path
  1.5       +3 -3      xml-fop/src/java/org/apache/fop/layoutmgr/AbstractBreaker.java
  
  Index: AbstractBreaker.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/AbstractBreaker.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AbstractBreaker.java	17 May 2005 14:30:33 -0000	1.4
  +++ AbstractBreaker.java	17 May 2005 16:53:58 -0000	1.5
  @@ -253,8 +253,8 @@
               }
   
               if (startElementIndex <= endElementIndex) {
  -                log.debug("     addAreas da " + startElementIndex
  -                        + " a " + endElementIndex);
  +                log.debug("     addAreas from " + startElementIndex
  +                        + " to " + endElementIndex);
                   childLC = new LayoutContext(0);
                   // add space before if display-align is center or bottom
                   // add space after if display-align is distribute and
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org