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 2004/10/10 13:17:46 UTC

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

jeremias    2004/10/10 04:17:46

  Modified:    src/java/org/apache/fop/layoutmgr TextLayoutManager.java
  Log:
  Code indentation only
  
  Revision  Changes    Path
  1.21      +5 -5      xml-fop/src/java/org/apache/fop/layoutmgr/TextLayoutManager.java
  
  Index: TextLayoutManager.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/TextLayoutManager.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- TextLayoutManager.java	22 Sep 2004 08:24:32 -0000	1.20
  +++ TextLayoutManager.java	10 Oct 2004 11:17:46 -0000	1.21
  @@ -506,11 +506,11 @@
               LeafPosition tbpNext = (LeafPosition) posIter.next();
               //
               if (tbpNext.getLeafPos() != -1) {
  -            ai = (AreaInfo) vecAreaInfo.get(tbpNext.getLeafPos());
  -            if (iStart == -1) {
  -                iStart = ai.iStartIndex;
  -            }
  -            iWScount += ai.iWScount;
  +                ai = (AreaInfo) vecAreaInfo.get(tbpNext.getLeafPos());
  +                if (iStart == -1) {
  +                    iStart = ai.iStartIndex;
  +                }
  +                iWScount += ai.iWScount;
                   iLScount += ai.iLScount;
                   realWidth.add(ai.ipdArea);
               }
  
  
  

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