]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Bugzilla #51789: removed non-ascii characters in source files
authorVincent Hennebert <vhennebert@apache.org>
Mon, 12 Sep 2011 14:19:03 +0000 (14:19 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Mon, 12 Sep 2011 14:19:03 +0000 (14:19 +0000)
Patch submitted by Christopher Yeleighton

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1169758 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/accessibility/StructureTreeBuilder.java
src/java/org/apache/fop/afp/fonts/CharacterSetOrientation.java
src/java/org/apache/fop/afp/fonts/FopCharacterSet.java

index cd9aa011a948688e27e1e9bf4c2b462e4567ba89..036502e99cad8204c38b997a77c18dc0c6443bce 100644 (file)
@@ -31,7 +31,7 @@ import org.apache.fop.util.DelegatingContentHandler;
 
 /**
  * Helper class that re-builds a structure tree from what is stored in an
- * intermediate XML file (IF XML or Area Tree XML).
+ * intermediate XML file (IF XML or Area Tree XML).
  */
 public final class StructureTreeBuilder {
 
index b7246f35ba7a1007d4ab92c8b8d5cc80a7c4d09c..e28f47a6a5c3ec4813804909256a770ad2bdbffd 100644 (file)
@@ -107,7 +107,7 @@ public class CharacterSetOrientation {
      * a character rotation other than 0, ascender height loses its
      * meaning when the character is lying on its side or is upside down
      * with respect to normal viewing orientation. For the general case,
-     * Ascender Height is the characters most positive y-axis value.
+     * Ascender Height is the characters most positive y-axis value.
      * For bounded character boxes, for a given character having an
      * ascender, ascender height and baseline offset are equal.
      * @return the ascender value in millipoints
index b1efdc5110e0c2904d2d5008f31160224ef9fe39..04a0f4ae1d35359609b2d6b5a82cf778cf2694d0 100644 (file)
@@ -55,7 +55,7 @@ public class FopCharacterSet extends CharacterSet {
      * a character rotation other than 0, ascender height loses its
      * meaning when the character is lying on its side or is upside down
      * with respect to normal viewing orientation. For the general case,
-     * Ascender Height is the characters most positive y-axis value.
+     * Ascender Height is the characters most positive y-axis value.
      * For bounded character boxes, for a given character having an
      * ascender, ascender height and baseline offset are equal.
      * @return the ascender value in millipoints
@@ -135,4 +135,4 @@ public class FopCharacterSet extends CharacterSet {
         return charSet.mapChar(c);
     }
 
-}
\ No newline at end of file
+}