fix compiler warnings

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148045 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sergey Vladimirov 2011-07-18 20:46:10 +00:00
parent ef223e3574
commit 7312a39a5e
2 changed files with 6 additions and 6 deletions

View 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() 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 ) 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() 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 ) public void setIdslReasonDel( int field_45_idslReasonDel )
{ {

View File

@ -240,9 +240,9 @@
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."/> 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" <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" <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"/> <field type="int" size="2" name="cpg" description="Code page of run in pre-Unicode files"/>