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 pb...@apache.org on 2004/01/14 16:24:26 UTC

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

pbwest      2004/01/14 07:24:26

  Modified:    src/java/org/apache/fop/fo/declarations Tag:
                        FOP_0-20-0_Alt-Design FoColorProfile.java
  Log:
  Changed constructor signature to take XMLEvent instead of FoXMLEvent
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.2   +4 -4      xml-fop/src/java/org/apache/fop/fo/declarations/Attic/FoColorProfile.java
  
  Index: FoColorProfile.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/declarations/Attic/FoColorProfile.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- FoColorProfile.java	5 Jul 2003 19:13:25 -0000	1.1.2.1
  +++ FoColorProfile.java	14 Jan 2004 15:24:26 -0000	1.1.2.2
  @@ -63,7 +63,7 @@
   import org.apache.fop.fo.FOTree;
   import org.apache.fop.fo.FObjectNames;
   import org.apache.fop.fo.PropNames;
  -import org.apache.fop.xml.FoXMLEvent;
  +import org.apache.fop.xml.XMLEvent;
   
   /**
    * Implements the fo:simple-page-master flow object
  @@ -118,7 +118,7 @@
        * @param event the <tt>FoXMLEvent</tt> that triggered the creation of
        * this node
        */
  -    public FoColorProfile(FOTree foTree, FONode parent, FoXMLEvent event)
  +    public FoColorProfile(FOTree foTree, FONode parent, XMLEvent event)
           throws TreeException, FOPException
       {
           super(foTree, FObjectNames.COLOR_PROFILE, parent, event,
  
  
  

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