You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by jo...@apache.org on 2009/01/16 00:13:58 UTC

svn commit: r734850 - in /poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel: BreakClear.java XWPFRun.java

Author: josh
Date: Thu Jan 15 15:13:54 2009
New Revision: 734850

URL: http://svn.apache.org/viewvc?rev=734850&view=rev
Log:
Fixed "warning: unmappable character for encoding UTF8" (changed apostrophe char 213 to 39)

Modified:
    poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/BreakClear.java
    poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFRun.java

Modified: poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/BreakClear.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/BreakClear.java?rev=734850&r1=734849&r2=734850&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/BreakClear.java (original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/BreakClear.java Thu Jan 15 15:13:54 2009
@@ -21,7 +21,7 @@
 
 /**
  * Specifies the set of possible restart locations which may be used as to
- * determine the next available line when a breakÕs type attribute has a value
+ * determine the next available line when a break's type attribute has a value
  * of textWrapping.
  * 
  * @author Gisella Bronzetti

Modified: poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFRun.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFRun.java?rev=734850&r1=734849&r2=734850&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFRun.java (original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xwpf/usermodel/XWPFRun.java Thu Jan 15 15:13:54 2009
@@ -406,7 +406,7 @@
      * content. 
      * A break is a special character which is used to override the
      * normal line breaking that would be performed based on the normal layout
-     * of the documentÕs contents. 
+     * of the document's contents. 
      * @see addCarriageReturn()
      */
     public void addBreak() {
@@ -418,7 +418,7 @@
      * content.
      * A break is a special character which is used to override the
      * normal line breaking that would be performed based on the normal layout
-     * of the documentÕs contents.
+     * of the document's contents.
      * <p>
      * The behavior of this break character (the
      * location where text shall be restarted after this break) shall be
@@ -436,7 +436,7 @@
      * Specifies that a break shall be placed at the current location in the run
      * content. A break is a special character which is used to override the
      * normal line breaking that would be performed based on the normal layout
-     * of the documentÕs contents.
+     * of the document's contents.
      * <p>
      * The behavior of this break character (the
      * location where text shall be restarted after this break) shall be



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org