]> source.dussan.org Git - poi.git/commitdiff
fix compiler warnings
authorSergey Vladimirov <sergey@apache.org>
Mon, 18 Jul 2011 20:46:10 +0000 (20:46 +0000)
committerSergey Vladimirov <sergey@apache.org>
Mon, 18 Jul 2011 20:46:10 +0000 (20:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148045 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/src/org/apache/poi/hwpf/model/types/CHPAbstractType.java
src/types/definitions/chp_type.xml

index c74bdc8847b82d7af90041bfbaa551ddb8eaa7f4..85730efb99453e4f4ac95821bd4095b371a2723c 100644 (file)
@@ -1165,7 +1165,7 @@ public abstract class CHPAbstractType
     }
 
     /**
-     * An index to strings displayed as reasons for actions taken by Words AutoFormat code.
+     * An index to strings displayed as reasons for actions taken by Word's AutoFormat code.
      */
     public int getIdslRMReason()
     {
@@ -1173,7 +1173,7 @@ public abstract class CHPAbstractType
     }
 
     /**
-     * An index to strings displayed as reasons for actions taken by Words AutoFormat code.
+     * An index to strings displayed as reasons for actions taken by Word's AutoFormat code.
      */
     public void setIdslRMReason( int field_44_idslRMReason )
     {
@@ -1181,7 +1181,7 @@ public abstract class CHPAbstractType
     }
 
     /**
-     * An index to strings displayed as reasons for actions taken by Words AutoFormat code.
+     * An index to strings displayed as reasons for actions taken by Word's AutoFormat code.
      */
     public int getIdslReasonDel()
     {
@@ -1189,7 +1189,7 @@ public abstract class CHPAbstractType
     }
 
     /**
-     * An index to strings displayed as reasons for actions taken by Words AutoFormat code.
+     * An index to strings displayed as reasons for actions taken by Word's AutoFormat code.
      */
     public void setIdslReasonDel( int field_45_idslReasonDel )
     {
index 36751c909427b4ab1a2fc4af76dcc5a06b584db0..e082bd9853eb68db5cfb1eae5ef01828a7256d66 100644 (file)
             description="Index to character style descriptor in the stylesheet that tags this run of text. When istd is istdNormalChar (10 decimal), characters in run are not affected by a character style. If chp.istd contains any other value, chpx of the specified character style are applied to CHP for this run before any other exceptional properties are applied."/>
 
         <field type="int" size="2" name="idslRMReason"
-            description="An index to strings displayed as reasons for actions taken by Words AutoFormat code"/>
+            description="An index to strings displayed as reasons for actions taken by Word's AutoFormat code"/>
         <field type="int" size="2" name="idslReasonDel"
-            description="An index to strings displayed as reasons for actions taken by Words AutoFormat code"/>
+            description="An index to strings displayed as reasons for actions taken by Word's AutoFormat code"/>
 
         <field type="int" size="2" name="cpg" description="Code page of run in pre-Unicode files"/>