fix compiler warning ("unmappable character for encoding ASCII")

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1144197 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sergey Vladimirov 2011-07-08 08:54:13 +00:00
parent 4c7c869e59
commit 60cccbcc60
2 changed files with 3 additions and 3 deletions

View 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() 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) public void setChse(short field_35_chse)
{ {

View File

@ -98,7 +98,7 @@
<bit number="6" mask="0x0040" name="fForcedCvAuto" description="Used internally by Word"/> <bit number="6" mask="0x0040" name="fForcedCvAuto" description="Used internally by Word"/>
</field> </field>
<!-- Not documented, but referenced by sprmCChs --> <!-- 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="short" size="2" name="fPropMark"/>
<field type="int" size="2" name="ibstPropRMark"/> <field type="int" size="2" name="ibstPropRMark"/>
<field type="DateAndTime" size="4" name="dttmPropRMark"/> <field type="DateAndTime" size="4" name="dttmPropRMark"/>