[Libreoffice-commits] core.git: filter/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri May 31 06:21:45 UTC 2019


 filter/source/xslt/export/spreadsheetml/table.xsl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 65cdb6243f9d849d04c2ca6390a36cd9fa98b421
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:23:52 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri May 31 08:21:03 2019 +0200

    Fix typo
    
    Change-Id: I8f4b9cbeee814b4b464f72e11ca5bf5ada78c344
    Reviewed-on: https://gerrit.libreoffice.org/73235
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/filter/source/xslt/export/spreadsheetml/table.xsl b/filter/source/xslt/export/spreadsheetml/table.xsl
index 6a8c8bddb76e..d450e6502a3c 100644
--- a/filter/source/xslt/export/spreadsheetml/table.xsl
+++ b/filter/source/xslt/export/spreadsheetml/table.xsl
@@ -423,7 +423,7 @@
     <xsl:template name="optimized-row-repeating">
         <xsl:param name="tableRow" />
         <xsl:param name="repetition" />
-        <!-- resource optimation: instead of '1' it will be '1000' and the column is not full -->
+        <!-- resource optimization: instead of '1' it will be '1000' and the column is not full -->
         <xsl:param name="thresholdmax" select="512"/>
         <xsl:param name="thresholdmin" select="256"/>
 


More information about the Libreoffice-commits mailing list