You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2020/09/02 22:24:33 UTC

svn commit: r1881402 - in /poi: site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml trunk/src/ooxml/java/org/apache/poi/xslf/util/PPTX2PNG.java

Author: kiwiwings
Date: Wed Sep  2 22:24:33 2020
New Revision: 1881402

URL: http://svn.apache.org/viewvc?rev=1881402&view=rev
Log:
fix typo

Modified:
    poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml
    poi/trunk/src/ooxml/java/org/apache/poi/xslf/util/PPTX2PNG.java

Modified: poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml?rev=1881402&r1=1881401&r2=1881402&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/slideshow/ppt-wmf-emf-renderer.xml Wed Sep  2 22:24:33 2020
@@ -55,7 +55,7 @@
                                       some files (usually wmf) don't have a header, i.e. an identifiable file magic
                     -textAsShapes     text elements are saved as shapes in SVG, necessary for variable spacing
                                       often found in math formulas
-                    -charset          sets the default charset to be used, defaults to Windows-1252
+                    -charset <cs>     sets the default charset to be used, defaults to Windows-1252
                 ]]>
             </source>
         </section>

Modified: poi/trunk/src/ooxml/java/org/apache/poi/xslf/util/PPTX2PNG.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xslf/util/PPTX2PNG.java?rev=1881402&r1=1881401&r2=1881402&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xslf/util/PPTX2PNG.java (original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xslf/util/PPTX2PNG.java Wed Sep  2 22:24:33 2020
@@ -75,7 +75,7 @@ public final class PPTX2PNG {
             "                      some files (usually wmf) don't have a header, i.e. an identifiable file magic\n" +
             "    -textAsShapes     text elements are saved as shapes in SVG, necessary for variable spacing\n" +
             "                      often found in math formulas\n" +
-            "    -charset          sets the default charset to be used, defaults to Windows-1252";
+            "    -charset <cs>     sets the default charset to be used, defaults to Windows-1252";
 
         System.out.println(msg);
         // no System.exit here, as we also run in junit tests!



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