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

Fix typo

Change-Id: Ie608aea0cd65d6bc6a3c5d700650ac3b9d3241a9
Reviewed-on: https://gerrit.libreoffice.org/70998Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst f9fef3b5
......@@ -779,7 +779,7 @@
</xsl:attribute>
</xsl:when>
<!-- as we create an automatic style, the parent is not allowed to be an automatic style as well
if the parent would be a automatic (unnamed) style, the style information have to be embedded to this style -->
if the parent would be an automatic (unnamed) style, the style information have to be embedded to this style -->
<xsl:otherwise>
<xsl:attribute name="style:parent-style-name">
<xsl:call-template name="encode-as-nc-name">
......@@ -5986,7 +5986,7 @@
</xsl:choose>
</xsl:variable>
<xsl:if test="@ss:Index - $expandedRowCountIndex &gt; 0">
<!-- create the precding missing rows -->
<!-- create the preceding missing rows -->
<xsl:element name="table:table-row">
<!-- fill the preceding gap with rows without a cell -->
<xsl:attribute name="table:number-rows-repeated">
......@@ -6541,7 +6541,7 @@
)
) "/>
<xsl:choose>
<!-- Scenario: The missing cells scipped by using the ss:Index attribute will be added -->
<!-- Scenario: The missing cells skipped by using the ss:Index attribute will be added -->
<xsl:when test="@ss:Index and @ss:Index &gt; $col-pos-written + 1">
<!-- In Open Document nothing comparable to Index exists,
the missing cells might have to be created, if they had content as only style will be repeated-->
......@@ -7026,7 +7026,7 @@
</xsl:if>
</xsl:template>
<xsl:template name="validation-row-column-string">
<!-- returns a string with structer,including row\column position by extraction from x:DataValidation -->
<!-- returns a string with structure, including row/column position by extraction from x:DataValidation -->
<xsl:param name="last"/>
<xsl:param name="total"/>
<xsl:param name="index"/>
......@@ -7049,7 +7049,7 @@
</xsl:if>
</xsl:template>
<xsl:template name="condition-row-column-string">
<!-- returns a string with structer,including row\column position by extraction from x:ConditionalFormatting -->
<!-- returns a string with structure, including row/column position by extraction from x:ConditionalFormatting -->
<xsl:param name="last"/>
<xsl:param name="total"/>
<xsl:param name="index"/>
......@@ -8863,7 +8863,7 @@
</xsl:choose>
</xsl:template>
<xsl:template name="min-of-three">
<!-- return minest of three for sorting -->
<i!-- return lowest of three for sorting -->
<xsl:param name="first-num"/>
<xsl:param name="second-num"/>
<xsl:param name="third-num"/>
......@@ -8893,7 +8893,7 @@
<xsl:value-of select="$second-comp"/>
</xsl:template>
<xsl:template name="max-of-three">
<!-- return maxest of three for sorting -->
<!-- return greatest of three for sorting -->
<xsl:param name="first-num"/>
<xsl:param name="second-num"/>
<xsl:param name="third-num"/>
......
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