From: Peter Bernard West Date: Mon, 23 Sep 2002 06:33:27 +0000 (+0000) Subject: Name change to initialValueSHandExpansion(). X-Git-Tag: Alt-Design_pre_Properties_split~88 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8423285e2bfb8d3327081615f5df460c4bfa30b6;p=xmlgraphics-fop.git Name change to initialValueSHandExpansion(). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195239 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/org/apache/fop/fo/Properties.java b/src/org/apache/fop/fo/Properties.java index d4e3a3a83..b00aaca6e 100644 --- a/src/org/apache/fop/fo/Properties.java +++ b/src/org/apache/fop/fo/Properties.java @@ -1999,7 +1999,7 @@ public abstract class Properties { } // Construct the shorthand expansion list PropertyValueList borderexp = - PropertySets.initialValueExpansion + PropertySets.initialValueSHandExpansion (foNode.foTree, PropNames.BORDER); if (style != null) borderexp = PropertySets.overrideSHandElements(borderexp, @@ -4373,7 +4373,7 @@ public abstract class Properties { // values of individual components newlist = - PropertySets.initialValueExpansion + PropertySets.initialValueSHandExpansion (foNode.foTree, PropNames.FONT); // For each discovered property, override the value in the // initial value expansion.