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 ke...@apache.org on 2002/08/09 12:56:03 UTC

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

keiron      2002/08/09 03:56:03

  Modified:    src/org/apache/fop/fo FOText.java
  Log:
  fixed compile error
  
  Revision  Changes    Path
  1.38      +1 -4      xml-fop/src/org/apache/fop/fo/FOText.java
  
  Index: FOText.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/FOText.java,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- FOText.java	20 Jun 2002 09:14:12 -0000	1.37
  +++ FOText.java	9 Aug 2002 10:56:03 -0000	1.38
  @@ -14,7 +14,6 @@
   import org.apache.fop.fo.properties.*;
   import org.apache.fop.apps.FOPException;
   import org.apache.fop.layoutmgr.LayoutManager;
  -import org.apache.fop.layoutmgr.TextLayoutManager;
   import org.apache.fop.layoutmgr.TextBPLayoutManager;
   import org.apache.fop.apps.StructureHandler;
   
  @@ -77,8 +76,6 @@
               ca = new char[length];
               System.arraycopy(tmp, 0, ca, 0, length);
           }
  -        // list.add(new TextLayoutManager(this, ca, textInfo));
  -	// TEST VARIANT USING Karen's BreakPoss scheme
           list.add(new TextBPLayoutManager(this, ca, textInfo));
       }
   
  
  
  

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