You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Glen Mazza <gr...@yahoo.com> on 2004/10/13 09:23:00 UTC

Re: cvs commit: xml-fop/src/java/org/apache/fop/fo/flow Wrapper.java

Thanks.

--- bckfnn@apache.org wrote:

> bckfnn      2004/10/12 23:53:33
> 
>   Modified:    src/java/org/apache/fop/fo/flow
> Wrapper.java
>   Log:
>   Children can now contain FONodes (esp. FOText).
>   
>   Revision  Changes    Path
>   1.15      +1 -1     
> xml-fop/src/java/org/apache/fop/fo/flow/Wrapper.java
>   
>   Index: Wrapper.java
>  
>
===================================================================
>   RCS file:
>
/home/cvs/xml-fop/src/java/org/apache/fop/fo/flow/Wrapper.java,v
>   retrieving revision 1.14
>   retrieving revision 1.15
>   diff -u -r1.14 -r1.15
>   --- Wrapper.java	12 Oct 2004 05:07:47 -0000	1.14
>   +++ Wrapper.java	13 Oct 2004 06:53:33 -0000	1.15
>   @@ -55,7 +55,7 @@
>                return;
>            }
>            while (baseIter.hasNext()) {
>   -            FObj child = (FObj) baseIter.next();
>   +            FONode child = (FONode)
> baseIter.next();
>                child.addLayoutManager(list);
>            }
>        }
>   
>   
>   
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> fop-cvs-unsubscribe@xml.apache.org
> For additional commands, e-mail:
> fop-cvs-help@xml.apache.org
> 
>