Author: sergey
Date: Mon Jul 18 20:49:27 2011
New Revision: 1148046
URL: http://svn.apache.org/viewvc?rev=1148046&view=rev
Log:
fix compiler warnings
Modified:
poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/model/types/CHPAbstractType.java
poi/trunk/src/types/definitions/chp_type.xml
Modified:
poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/model/types/CHPAbstractType.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/model/types/CHPAbstractType.java?rev=1148046&r1=1148045&r2=1148046&view=diff
==============================================================================
---
poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/model/types/CHPAbstractType.java
(original)
+++
poi/trunk/src/scratchpad/src/org/apache/poi/hwpf/model/types/CHPAbstractType.java
Mon Jul 18 20:49:27 2011
@@ -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()
Modified: poi/trunk/src/types/definitions/chp_type.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/src/types/definitions/chp_type.xml?rev=1148046&r1=1148045&r2=1148046&view=diff
==============================================================================
--- poi/trunk/src/types/definitions/chp_type.xml (original)
+++ poi/trunk/src/types/definitions/chp_type.xml Mon Jul 18 20:49:27 2011
@@ -35,7 +35,7 @@
<bit number="05" mask="0x00000020" name="fSmallCaps"
description="Displayed with small caps"/>
<bit number="06" mask="0x00000040" name="fCaps"
description="Displayed with caps"/>
<bit number="07" mask="0x00000080" name="fVanish"
- description="text has âhiddenâ format, and is not
displayed unless fPagHidden is set in the DOP"/>
+ description="text has hidden format, and is not displayed
unless fPagHidden is set in the DOP"/>
<bit number="08" mask="0x00000100" name="fRMark"
description="text is newly typed since the last time revision
marks have been accepted and will be displayed with an underline when revision
marked text is to be displayed"/>
<bit number="09" mask="0x00000200" name="fSpec"
description="Character is a Word special character"/>
@@ -165,7 +165,7 @@
description="Collection properties represented by itypFELayout and
copt (East Asian layout properties)">
<bit number="0" mask="0x00ff" name="itypFELayout"/>
<bit number="1" mask="0x0100" name="fTNY"
- description="Tatenakayoko: Horizontalâin-vertical (range of
text in a direction perpendicular to the text flow) is used"/>
+ description="Tatenakayoko: Horizontal-in-vertical (range of
text in a direction perpendicular to the text flow) is used"/>
<bit number="2" mask="0x0200" name="fWarichu"
description="Two lines in one (text in the group is displayed
as two half-height lines within a line)"/>
<bit number="3" mask="0x0400" name="fKumimoji"
description="combine characters"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]