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 pi...@apache.org on 2002/08/10 20:39:08 UTC

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

pietsch     2002/08/10 11:39:08

  Modified:    src/org/apache/fop/fo/flow Tag: fop-0_20_2-maintain
                        Wrapper.java
  Log:
  Wrapper does now set the TextState.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.3   +4 -2      xml-fop/src/org/apache/fop/fo/flow/Wrapper.java
  
  Index: Wrapper.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/Wrapper.java,v
  retrieving revision 1.4.2.2
  retrieving revision 1.4.2.3
  diff -u -r1.4.2.2 -r1.4.2.3
  --- Wrapper.java	24 Jul 2002 01:06:23 -0000	1.4.2.2
  +++ Wrapper.java	10 Aug 2002 18:39:08 -0000	1.4.2.3
  @@ -38,9 +38,11 @@
           return "fo:wrapper";
       }
   
  -    public Wrapper(FObj parent, PropertyList propertyList) {
  +    public Wrapper(FObj parent, PropertyList propertyList)
  +       throws FOPException {
           super(parent, propertyList);
           // check that this occurs inside an fo:flow
  +        ts = propMgr.getTextDecoration(parent);
       }
   
   }
  
  
  

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