aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2000-08-10 06:44:17 +0000
committerKeiron Liddle <keiron@apache.org>2000-08-10 06:44:17 +0000
commit80cdbad0cd86d16bad8415d166b765deae88fb85 (patch)
tree77581fbdb3a81f5b35f8feacb21e3b62711b2b0e /src
parentb75a3d6a74a2e8288b6515e90bc55b909e1f174f (diff)
downloadxmlgraphics-fop-80cdbad0cd86d16bad8415d166b765deae88fb85.tar.gz
xmlgraphics-fop-80cdbad0cd86d16bad8415d166b765deae88fb85.zip
fixed up my error
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193624 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/org/apache/fop/fo/StandardPropertyListMapping.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/org/apache/fop/fo/StandardPropertyListMapping.java b/src/org/apache/fop/fo/StandardPropertyListMapping.java
index 1229b86e9..a98b84f56 100644
--- a/src/org/apache/fop/fo/StandardPropertyListMapping.java
+++ b/src/org/apache/fop/fo/StandardPropertyListMapping.java
@@ -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);
}
}