]> source.dussan.org Git - poi.git/commitdiff
fix compiler warnings
authorSergey Vladimirov <sergey@apache.org>
Mon, 18 Jul 2011 20:49:27 +0000 (20:49 +0000)
committerSergey Vladimirov <sergey@apache.org>
Mon, 18 Jul 2011 20:49:27 +0000 (20:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1148046 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/src/org/apache/poi/hwpf/model/types/CHPAbstractType.java
src/types/definitions/chp_type.xml

index 85730efb99453e4f4ac95821bd4095b371a2723c..1247c295222a4e8d62fc523c97bd534913cb7a9f 100644 (file)
@@ -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: Horizontalin-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: Horizontalin-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()
index e082bd9853eb68db5cfb1eae5ef01828a7256d66..cbb497b11d557d5e89cdd09cee4ed593d8bbf4d8 100644 (file)
@@ -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"/>
             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: Horizontalin-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"/>