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 bc...@apache.org on 2004/10/24 22:51:45 UTC

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

bckfnn      2004/10/24 13:51:45

  Modified:    src/java/org/apache/fop/fo/extensions Label.java
  Log:
  Fix a regression in pdfoutline.fo, the method signature for addCharacters
  changed during patch 31699.
  
  Revision  Changes    Path
  1.8       +3 -1      xml-fop/src/java/org/apache/fop/fo/extensions/Label.java
  
  Index: Label.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/extensions/Label.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Label.java	4 Aug 2004 22:50:57 -0000	1.7
  +++ Label.java	24 Oct 2004 20:51:45 -0000	1.8
  @@ -21,6 +21,7 @@
   import org.xml.sax.Locator;
   
   import org.apache.fop.fo.FONode;
  +import org.apache.fop.fo.PropertyList;
   
   /**
    * Labal for PDF bookmark extension.
  @@ -48,6 +49,7 @@
        * @param locator location in fo source file.
        */
       protected void addCharacters(char data[], int start, int end,
  +                                 PropertyList pList,
                                    Locator locator) {
           label += new String(data, start, end - start);
       }
  
  
  

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