filter/source/xslt/odf2xhtml/export/xhtml/header.xsl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 16e7c2e78a2b0218ea9e3a373e58548a2f7ae2f1
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue May 14 21:23:40 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Jun 2 21:10:18 2019 +0200

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

diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl 
b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
index 526e5cc56ae8..78b634a238e4 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
@@ -128,7 +128,7 @@
 
             <xsl:for-each select="$globalData/all-styles/style">
                     <xsl:if test="final-properties != ''">
-                        <!-- NOTE: easy process, as only the style family in 
conjunction with the style name, makes the style unambigous -->
+                        <!-- NOTE: easy process, as only the style family in 
conjunction with the style name, makes the style unambiguous -->
                         <xsl:text>.</xsl:text><!--<xsl:value-of 
select="@style:family" /><xsl:text>:</xsl:text>--><xsl:value-of 
select="translate(@style:name, '.,;: %()[]/\+', '_____________')"/><xsl:text> { 
</xsl:text> <xsl:value-of select="final-properties" /><xsl:text>}
     </xsl:text>
                     </xsl:if>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to