]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
fixed up my error
authorKeiron Liddle <keiron@apache.org>
Thu, 10 Aug 2000 06:44:17 +0000 (06:44 +0000)
committerKeiron Liddle <keiron@apache.org>
Thu, 10 Aug 2000 06:44:17 +0000 (06:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193624 13f79535-47bb-0310-9956-ffa450edef68

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

index 1229b86e923e0729a3c3b02486811cf89a05c711..a98b84f56649738a08b412ee0872f38daf888723 100644 (file)
@@ -163,8 +163,8 @@ public class StandardPropertyListMapping implements PropertyListMapping {
        propertyTable.put("leader-length",LeaderLength.maker());
   propertyTable.put("rule-style",RuleStyle.maker());
        propertyTable.put("scaling",Scaling.maker());
-       propertyTable.put("vertical-align",Scaling.maker());
-       propertyTable.put("overflow",Scaling.maker());
+       propertyTable.put("vertical-align",VerticalAlign.maker());
+       propertyTable.put("overflow",Overflow.maker());
        builder.addPropertyList(uri, propertyTable); 
     }
 }