sackley     2003/06/24 04:01:39

  Modified:    src/types/styles hdftype.xsl
  Log:
  changed BitField to static
  
  Revision  Changes    Path
  1.10      +1 -1      jakarta-poi/src/types/styles/hdftype.xsl
  
  Index: hdftype.xsl
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/types/styles/hdftype.xsl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- hdftype.xsl       5 Jun 2003 02:00:50 -0000       1.9
  +++ hdftype.xsl       24 Jun 2003 11:01:39 -0000      1.10
  @@ -167,7 +167,7 @@
   </xsl:for-each>
   </xsl:template>
   
  -<xsl:template match = "bit" >        private BitField  <xsl:value-of 
select="@name"/> = new BitField(<xsl:value-of select="@mask"/>);
  +<xsl:template match = "bit" >        private static BitField  <xsl:value-of 
select="@name"/> = new BitField(<xsl:value-of select="@mask"/>);
   </xsl:template>
   <xsl:template match = "const">        public final static <xsl:value-of 
select="@type"/><xsl:text>  </xsl:text><xsl:value-of select="@name"/> = <xsl:value-of 
select="@value"/>;
   </xsl:template>
  
  
  

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

Reply via email to