pbwest      2002/10/30 18:55:11

  Modified:    src/org/apache/fop/fo/properties Tag: FOP_0-20-0_Alt-Design
                        TextDecoration.java TextShadow.java
  Log:
  Changed 'inherited' to COMPUTED.  Seems more reasonable than NO.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +1 -1      
xml-fop/src/org/apache/fop/fo/properties/Attic/TextDecoration.java
  
  Index: TextDecoration.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/org/apache/fop/fo/properties/Attic/TextDecoration.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- TextDecoration.java       31 Oct 2002 01:52:09 -0000      1.1.2.3
  +++ TextDecoration.java       31 Oct 2002 02:55:11 -0000      1.1.2.4
  @@ -26,7 +26,7 @@
           return new TextDecorations
                               (PropNames.TEXT_DECORATION, NO_DECORATION);
       }
  -    public static final int inherited = NO;
  +    public static final int inherited = COMPUTED;
   
       /** Text decoration constant */
       public static final byte
  
  
  
  1.1.2.4   +1 -1      xml-fop/src/org/apache/fop/fo/properties/Attic/TextShadow.java
  
  Index: TextShadow.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/properties/Attic/TextShadow.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- TextShadow.java   31 Oct 2002 01:52:09 -0000      1.1.2.3
  +++ TextShadow.java   31 Oct 2002 02:55:11 -0000      1.1.2.4
  @@ -15,7 +15,7 @@
       public static final int dataTypes = COMPLEX | NONE | INHERIT;
       public static final int traitMapping = RENDERING;
       public static final int initialValueType = NONE_IT;
  -    public static final int inherited = NO;
  +    public static final int inherited = COMPUTED;
   
   
       /**
  
  
  

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

Reply via email to