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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Jun 2 19:11:42 UTC 2019


 filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c814821458e683ded7c5800fcff1c9a3763e21de
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:23:44 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jun 2 21:10:43 2019 +0200

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

diff --git a/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl b/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl
index f66c3d79fcf8..d3c6d37f8fa4 100644
--- a/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl
+++ b/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl
@@ -85,7 +85,7 @@
 
     <xsl:template name="collect-global-odf-properties">
         <!-- to access the variable as a node-set by XPATH expressions, it is necessary to convert it
-             from a result-tree-fragment (RTF) to a node set by a in a XSLT 1.0 non standarized function -->
+             from a result-tree-fragment (RTF) to a node set by a in a XSLT 1.0 non standardized function -->
         <xsl:variable name="globalDataRTF">
             <xsl:call-template name="collect-document-links-RTF" />
         </xsl:variable>
@@ -522,7 +522,7 @@
 
             <xsl:if test="*/@style:font-size-rel">
 <!--
-    The intheritedStyleProperties should include a absolute Font Size, but
+    The intheritedStyleProperties should include an absolute Font Size, but
     <style:properties
         xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0"
         xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0"


More information about the Libreoffice-commits mailing list