]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Changed invocation of parse()
authorPeter Bernard West <pbwest@apache.org>
Tue, 24 Sep 2002 05:28:50 +0000 (05:28 +0000)
committerPeter Bernard West <pbwest@apache.org>
Tue, 24 Sep 2002 05:28:50 +0000 (05:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195242 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fo/FONode.java

index 65725072d54d4e761e8ba50dcbf872128aa86e78..1e121aacf09504eb23c11edda2d43d53aee75db1 100644 (file)
@@ -123,8 +123,8 @@ public class FONode extends FOTree.Node{
     {
         // parse the expression
         exprParser.resetParser();
-        foTree.args[0] = foTree;
-        foTree.args[1] = exprParser.parse(property, attrValue);
+        foTree.args[0] = this;
+        foTree.args[1] = exprParser.parse(this, property, attrValue);
         try {
             return (PropertyValue)
                     (((Method)PropertyConsts.refineParsingMethods