pbwest 2002/11/12 20:06:25
Modified: src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FoRoot.java
Log:
Attribute set constants moved from FOPropertySets to FONode.
numProps arg to FONode constructor removed.
Revision Changes Path
No revision
No revision
1.1.2.16 +5 -6 xml-fop/src/org/apache/fop/fo/Attic/FoRoot.java
Index: FoRoot.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/Attic/FoRoot.java,v
retrieving revision 1.1.2.15
retrieving revision 1.1.2.16
diff -u -r1.1.2.15 -r1.1.2.16
--- FoRoot.java 7 Nov 2002 23:56:51 -0000 1.1.2.15
+++ FoRoot.java 13 Nov 2002 04:06:24 -0000 1.1.2.16
@@ -11,7 +11,6 @@
package org.apache.fop.fo;
import org.apache.fop.apps.FOPException;
-import org.apache.fop.fo.FOPropertySets;
import org.apache.fop.fo.FObjectNames;
import org.apache.fop.datastructs.TreeException;
import org.apache.fop.datatypes.Ints;
@@ -93,8 +92,8 @@
throws TreeException, FOPException, PropertyException
{
// This is the root node of the tree; hence the null argument
- super(foTree, FObjectNames.ROOT, null, event, FOPropertySets.ROOT_SET,
- sparsePropsMap, sparseIndices, numProps);
+ super(foTree, FObjectNames.ROOT, null, event, FONode.ROOT_SET,
+ sparsePropsMap, sparseIndices);
}
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]