]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Name change to initialValueSHandExpansion().
authorPeter Bernard West <pbwest@apache.org>
Mon, 23 Sep 2002 06:33:27 +0000 (06:33 +0000)
committerPeter Bernard West <pbwest@apache.org>
Mon, 23 Sep 2002 06:33:27 +0000 (06:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195239 13f79535-47bb-0310-9956-ffa450edef68

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

index d4e3a3a83be83356ac1d01221924915559e12bfa..b00aaca6ea9afff5515c77a6ab38c746b65ad29e 100644 (file)
@@ -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.