]> source.dussan.org Git - poi.git/commitdiff
fix compiler warning ("unmappable character for encoding ASCII")
authorSergey Vladimirov <sergey@apache.org>
Fri, 8 Jul 2011 08:54:13 +0000 (08:54 +0000)
committerSergey Vladimirov <sergey@apache.org>
Fri, 8 Jul 2011 08:54:13 +0000 (08:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1144197 13f79535-47bb-0310-9956-ffa450edef68

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

index 58a5e6f420bcba8b2f17f5e3c17569e3f8cfe25f..700766e335196e9fc1010de23e61c2a929c3b76e 100644 (file)
@@ -859,7 +859,7 @@ public abstract class CHPAbstractType
     }
 
     /**
-     * used to record a character set id for text that was pasted into the Word document that used a character set different than Words default character set.
+     * used to record a character set id for text that was pasted into the Word document that used a character set different than Word's default character set.
      */
     public short getChse()
     {
@@ -867,7 +867,7 @@ public abstract class CHPAbstractType
     }
 
     /**
-     * used to record a character set id for text that was pasted into the Word document that used a character set different than Words default character set.
+     * used to record a character set id for text that was pasted into the Word document that used a character set different than Word's default character set.
      */
     public void setChse(short field_35_chse)
     {
index 9f7c0623bf9fb6ad8db0f6b59ff9cfecf154e144..f9529f48be37b63ee879b947ff1d68dc92c0fe9b 100644 (file)
@@ -98,7 +98,7 @@
         <bit number="6" mask="0x0040" name="fForcedCvAuto" description="Used internally by Word"/>
       </field>
       <!-- Not documented, but referenced by sprmCChs -->
-      <field type="short" size="2" name="chse" description="used to record a character set id for text that was pasted into the Word document that used a character set different than Words default character set"/>
+      <field type="short" size="2" name="chse" description="used to record a character set id for text that was pasted into the Word document that used a character set different than Word's default character set"/>
       <field type="short" size="2" name="fPropMark"/>
       <field type="int" size="2" name="ibstPropRMark"/>
       <field type="DateAndTime" size="4" name="dttmPropRMark"/>