From 2ee11bc6a156824e6af5c994b99507cbe29ce5ac Mon Sep 17 00:00:00 2001 From: Sergey Vladimirov Date: Mon, 18 Jul 2011 20:46:10 +0000 Subject: [PATCH] fix compiler warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148045 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/poi/hwpf/model/types/CHPAbstractType.java | 8 ++++---- src/types/definitions/chp_type.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/scratchpad/src/org/apache/poi/hwpf/model/types/CHPAbstractType.java b/src/scratchpad/src/org/apache/poi/hwpf/model/types/CHPAbstractType.java index c74bdc8847..85730efb99 100644 --- a/src/scratchpad/src/org/apache/poi/hwpf/model/types/CHPAbstractType.java +++ b/src/scratchpad/src/org/apache/poi/hwpf/model/types/CHPAbstractType.java @@ -1165,7 +1165,7 @@ public abstract class CHPAbstractType } /** - * An index to strings displayed as reasons for actions taken by Word‘s AutoFormat code. + * An index to strings displayed as reasons for actions taken by Word's AutoFormat code. */ public int getIdslRMReason() { @@ -1173,7 +1173,7 @@ public abstract class CHPAbstractType } /** - * An index to strings displayed as reasons for actions taken by Word‘s AutoFormat code. + * An index to strings displayed as reasons for actions taken by Word's AutoFormat code. */ 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 Word‘s AutoFormat code. + * An index to strings displayed as reasons for actions taken by Word's AutoFormat code. */ public int getIdslReasonDel() { @@ -1189,7 +1189,7 @@ public abstract class CHPAbstractType } /** - * An index to strings displayed as reasons for actions taken by Word‘s AutoFormat code. + * An index to strings displayed as reasons for actions taken by Word's AutoFormat code. */ public void setIdslReasonDel( int field_45_idslReasonDel ) { diff --git a/src/types/definitions/chp_type.xml b/src/types/definitions/chp_type.xml index 36751c9094..e082bd9853 100644 --- a/src/types/definitions/chp_type.xml +++ b/src/types/definitions/chp_type.xml @@ -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="An index to strings displayed as reasons for actions taken by Word's AutoFormat code"/> + description="An index to strings displayed as reasons for actions taken by Word's AutoFormat code"/> -- 2.39.5