]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
FONode arg added, FOTree arg removed from MappedNumeric constructor.
authorPeter Bernard West <pbwest@apache.org>
Tue, 12 Nov 2002 01:38:53 +0000 (01:38 +0000)
committerPeter Bernard West <pbwest@apache.org>
Tue, 12 Nov 2002 01:38:53 +0000 (01:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195502 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fo/properties/Font.java

index 55a6ff7039106f57d3cd352a6fcf2839839e96e0..c303c10d8231015442eff02c4d9686d7793f75f7 100644 (file)
@@ -346,7 +346,7 @@ public class Font extends Property  {
                     String name = ((NCName)propvals[fontsize]).getNCName();
                     try {
                         size = new MappedNumeric
-                            (PropNames.FONT_SIZE, name, foNode.getFOTree());
+                                        (foNode, PropNames.FONT_SIZE, name);
                     } catch (PropertyException e) {
                         // Attempt to derive mapped numeric failed
                         continue;