filter/source/xslt/import/wordml/wordml2ooo_draw.xsl |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 0451ccc0484111c564d6ba6655de2f516c5a359f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue May 14 21:23:46 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Jun 2 21:14:49 2019 +0200

    Fix typo
    
    Change-Id: I130dc6e40ea5a36d9f4ed3ed7d320d54ec079ea0
    Reviewed-on: https://gerrit.libreoffice.org/73334
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl 
b/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
index ae664a4909c3..169aa364a4d2 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
@@ -209,7 +209,7 @@
                                     endarrowwidth="wide" endarrowlength="long" 
endcap="round"/>
                     <draw:stroke-dash draw:name="2 2dots 1 dash" 
draw:style="rect" draw:dots1="2" draw:dots2="1" draw:dots2-length="0.0795in"
                                                     draw:distance="0.102in"/>
-                    Hehe,It need to be revised-->
+                    Hehe, it needs to be revised-->
             </xsl:if>
         </xsl:if>
     </xsl:template>
@@ -348,13 +348,13 @@
             <xsl:otherwise>0</xsl:otherwise>
         </xsl:choose>
     </xsl:template>
-    <xsl:template name="lastest-substr-after">
+    <xsl:template name="latest-substr-after">
         <xsl:param name="str"/>
         <xsl:param name="substr"/>
         <xsl:choose>
             <xsl:when test="contains($str,$substr) and 
string-length(substring-before($str,$substr)) = 0">
                 <xsl:variable name="restr" 
select="substring-after($str,$substr)"/>
-                <xsl:call-template name="lastest-substr-after">
+                <xsl:call-template name="latest-substr-after">
                     <xsl:with-param name="str" select="$restr"/>
                     <xsl:with-param name="substr" select="$substr"/>
                 </xsl:call-template>
@@ -455,7 +455,7 @@
             </xsl:call-template>
         </xsl:variable>
         <xsl:variable name="dot2substr">
-            <xsl:call-template name="lastest-substr-after">
+            <xsl:call-template name="latest-substr-after">
                 <xsl:with-param name="str" select="$dstyle"/>
                 <xsl:with-param name="substr" select="$modesubstr1"/>
             </xsl:call-template>
@@ -1977,7 +1977,7 @@
             </xsl:if>
         </xsl:element>
     </xsl:template>
-    <!--this template map word's points to svg:viewbox's point they are quite 
different because word's use pt but svg's use 0.001cm as a unit-->
+    <!--this template map word's points to svg:viewbox's point they are quite 
different because word's use pt but svg's use 0.001cm as an unit-->
     <xsl:template name="wordpoints2oopoints">
         <xsl:param name="input_points"/>
         <xsl:param name="input_x"/>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to