pbwest      2002/11/11 17:32:21

  Modified:    src/org/apache/fop/fo/properties Tag: FOP_0-20-0_Alt-Design
                        LineHeightPrecedence.java
  Log:
  Cosmetics.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +1 -2      
xml-fop/src/org/apache/fop/fo/properties/Attic/LineHeightPrecedence.java
  
  Index: LineHeightPrecedence.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/org/apache/fop/fo/properties/Attic/LineHeightPrecedence.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- LineHeightPrecedence.java 31 Oct 2002 01:52:08 -0000      1.1.2.3
  +++ LineHeightPrecedence.java 12 Nov 2002 01:32:21 -0000      1.1.2.4
  @@ -13,8 +13,7 @@
       public PropertyValue getInitialValue(int property)
           throws PropertyException
       {
  -        return new EnumType
  -            (PropNames.LINE_HEIGHT_PRECEDENCE, FORCE);
  +        return new EnumType(PropNames.LINE_HEIGHT_PRECEDENCE, FORCE);
       }
   
       public static final int inherited = COMPUTED;
  
  
  

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

Reply via email to