Kaydet (Commit) 0451ccc0 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I130dc6e40ea5a36d9f4ed3ed7d320d54ec079ea0
Reviewed-on: https://gerrit.libreoffice.org/73334
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 84f60653
......@@ -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"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment