From f8fe71af5c79f1bcc95e2fd39fbe366c94d6aebc Mon Sep 17 00:00:00 2001 From: Peter Bernard West Date: Sun, 15 Sep 2002 05:20:50 +0000 Subject: [PATCH] Changed call to FOAttributes constructor to include node reference git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195183 13f79535-47bb-0310-9956-ffa450edef68 --- src/org/apache/fop/fo/FONode.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/apache/fop/fo/FONode.java b/src/org/apache/fop/fo/FONode.java index 6cd79344b..c7c54f538 100644 --- a/src/org/apache/fop/fo/FONode.java +++ b/src/org/apache/fop/fo/FONode.java @@ -95,7 +95,7 @@ public class FONode extends FOTree.Node{ propertyStacks = foTree.propertyStacks; exprParser = foTree.exprParser; id = foTree.nextNodeID(); - foAttributes = new FOAttributes(event); + foAttributes = new FOAttributes(event, this); if ( ! (attrSet == MARKER)) { processProperties(); } -- 2.39.5