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/07/04 03:25:53 UTC

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

pbwest      2002/07/03 18:25:53

  Modified:    src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design
                        PropertySets.java
  Log:
  Changed derivation of initial value for initialValueExpansion
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.8   +5 -5      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.7
  retrieving revision 1.1.2.8
  diff -u -r1.1.2.7 -r1.1.2.8
  --- PropertySets.java	28 Jun 2002 03:24:42 -0000	1.1.2.7
  +++ PropertySets.java	4 Jul 2002 01:25:53 -0000	1.1.2.8
  @@ -748,8 +748,8 @@
           for (int i = 0; i < expansion.length; i++) {
               int expandedProp = expansion.get(i);
               PropertyValue expandedPropValue;
  -            PropertyValue specified =
  -                    foTree.getInitialValue(expandedProp).getSpecified();
  +            PropertyValue specified
  +                    = foTree.getInitialSpecifiedValue(expandedProp);
               //   The PropertyValue must be cloneable
               try {
                   expandedPropValue = (PropertyValue)(specified.clone());
  
  
  

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