From: Sergey Vladimirov Date: Mon, 18 Jul 2011 20:49:27 +0000 (+0000) Subject: fix compiler warnings X-Git-Tag: REL_3_8_BETA4~142 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=823aeae9a4e9401f2cbba6862b0a552904ccd69f;p=poi.git fix compiler warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148046 13f79535-47bb-0310-9956-ffa450edef68 --- 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 85730efb99..1247c29522 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 @@ -1710,7 +1710,7 @@ public abstract class CHPAbstractType /** * Sets the fVanish field value. - * text has ―hidden‖ format, and is not displayed unless fPagHidden is set in the DOP + * text has hidden format, and is not displayed unless fPagHidden is set in the DOP */ public void setFVanish( boolean value ) { @@ -1720,7 +1720,7 @@ public abstract class CHPAbstractType } /** - * text has ―hidden‖ format, and is not displayed unless fPagHidden is set in the DOP + * text has -hidden format, and is not displayed unless fPagHidden is set in the DOP * @return the fVanish field value. */ public boolean isFVanish() @@ -2088,7 +2088,7 @@ public abstract class CHPAbstractType /** * Sets the fTNY field value. - * Tatenakayoko: Horizontal–in-vertical (range of text in a direction perpendicular to the text flow) is used + * Tatenakayoko: Horizontal-in-vertical (range of text in a direction perpendicular to the text flow) is used */ public void setFTNY( boolean value ) { @@ -2098,7 +2098,7 @@ public abstract class CHPAbstractType } /** - * Tatenakayoko: Horizontal–in-vertical (range of text in a direction perpendicular to the text flow) is used + * Tatenakayoko: Horizontal-in-vertical (range of text in a direction perpendicular to the text flow) is used * @return the fTNY field value. */ public boolean isFTNY() diff --git a/src/types/definitions/chp_type.xml b/src/types/definitions/chp_type.xml index e082bd9853..cbb497b11d 100644 --- a/src/types/definitions/chp_type.xml +++ b/src/types/definitions/chp_type.xml @@ -35,7 +35,7 @@ + description="text has hidden format, and is not displayed unless fPagHidden is set in the DOP"/> @@ -165,7 +165,7 @@ description="Collection properties represented by itypFELayout and copt (East Asian layout properties)"> + description="Tatenakayoko: Horizontal-in-vertical (range of text in a direction perpendicular to the text flow) is used"/>