mirror of https://github.com/apache/poi.git
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
4c7c869e59
commit
60cccbcc60
|
@ -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()
|
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)
|
public void setChse(short field_35_chse)
|
||||||
{
|
{
|
||||||
|
|
|
@ -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 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="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"/>
|
||||||
|
|
Loading…
Reference in New Issue