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

Fix typo

Change-Id: Idce24d0e177d3c1c13e2ff10471c35fc5d8fad61
Reviewed-on: https://gerrit.libreoffice.org/73341
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 16e7c2e7
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
<xsl:template name="collect-global-odf-properties"> <xsl:template name="collect-global-odf-properties">
<!-- to access the variable as a node-set by XPATH expressions, it is necessary to convert it <!-- 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:variable name="globalDataRTF">
<xsl:call-template name="collect-document-links-RTF" /> <xsl:call-template name="collect-document-links-RTF" />
</xsl:variable> </xsl:variable>
...@@ -522,7 +522,7 @@ ...@@ -522,7 +522,7 @@
<xsl:if test="*/@style:font-size-rel"> <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 <style:properties
xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0"
xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0"
......
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