You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by pb...@apache.org on 2002/10/02 03:28:16 UTC

cvs commit: xml-fop/src/org/apache/fop/fo PropertySets.java

pbwest      2002/10/01 18:28:16

  Modified:    src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design
                        PropertySets.java
  Log:
  Changed getInitialSpecifiedValue() to getIntialValue().
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.17  +4 -4      xml-fop/src/org/apache/fop/fo/Attic/PropertySets.java
  
  Index: PropertySets.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/Attic/PropertySets.java,v
  retrieving revision 1.1.2.16
  retrieving revision 1.1.2.17
  diff -u -r1.1.2.16 -r1.1.2.17
  --- PropertySets.java	26 Sep 2002 14:34:14 -0000	1.1.2.16
  +++ PropertySets.java	2 Oct 2002 01:28:16 -0000	1.1.2.17
  @@ -1278,7 +1278,7 @@
           for (int i = 0; i < expansion.length; i++) {
               int expandedProp = expansion.get(i);
               PropertyValue specified
  -                    = foTree.getInitialSpecifiedValue(expandedProp);
  +                    = foTree.getInitialValue(expandedProp);
               list.add(specified);
           }
           return list;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org