pbwest      2002/09/22 23:33:28

  Modified:    src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design
                        Properties.java
  Log:
  Name change to initialValueSHandExpansion().
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.26  +5 -5      xml-fop/src/org/apache/fop/fo/Attic/Properties.java
  
  Index: Properties.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/Attic/Properties.java,v
  retrieving revision 1.1.2.25
  retrieving revision 1.1.2.26
  diff -u -r1.1.2.25 -r1.1.2.26
  --- Properties.java   21 Sep 2002 04:39:30 -0000      1.1.2.25
  +++ Properties.java   23 Sep 2002 06:33:27 -0000      1.1.2.26
  @@ -1999,7 +1999,7 @@
               }
               // 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 @@
               // 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.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to