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:
parent
eb1dd34245
commit
11d065a01a
@ -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 Word‘s 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 Word‘s 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)
|
||||
{
|
||||
|
@ -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 Word‘s 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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user