filter/source/xslt/export/spreadsheetml/table.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 65cdb6243f9d849d04c2ca6390a36cd9fa98b421 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 14 21:23:52 2019 +0000 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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"/> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
