]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Changed constructor signature to take XMLEvent instead of FoXMLEvent
authorPeter Bernard West <pbwest@apache.org>
Wed, 14 Jan 2004 15:24:26 +0000 (15:24 +0000)
committerPeter Bernard West <pbwest@apache.org>
Wed, 14 Jan 2004 15:24:26 +0000 (15:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197172 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/declarations/FoColorProfile.java

index 00cec9246c993ac489170c7dafd589165b3a04a0..b709534de7a91fc3783b55ff179a894099d67156 100644 (file)
@@ -63,7 +63,7 @@ import org.apache.fop.fo.FONode;
 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 @@ public class FoColorProfile extends FONode {
      * @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,