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 gm...@apache.org on 2004/01/02 23:51:31 UTC

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

gmazza      2004/01/02 14:51:31

  Modified:    src/java/org/apache/fop/layoutmgr LineLayoutManager.java
  Log:
  Bug 25808 (Patch by Finn Bock) -- NPE Fix to LineLayoutManager.
  
  Revision  Changes    Path
  1.10      +1 -0      xml-fop/src/java/org/apache/fop/layoutmgr/LineLayoutManager.java
  
  Index: LineLayoutManager.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/LineLayoutManager.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- LineLayoutManager.java	27 Dec 2003 21:03:34 -0000	1.9
  +++ LineLayoutManager.java	2 Jan 2004 22:51:31 -0000	1.10
  @@ -703,6 +703,7 @@
               lc.setSpaceAdjust(lbp.dAdjust);
               lc.setIPDAdjust(lbp.ipdAdjust);
               lc.setLeadingSpace(new SpaceSpecifier(true));
  +            lc.setTrailingSpace(new SpaceSpecifier(false));
               lc.setFlags(LayoutContext.RESOLVE_LEADING_SPACE, true);
               setChildContext(lc);
               while ((childLM = inlinePosIter.getNextChildLM()) != null) {
  
  
  

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