summaryrefslogtreecommitdiff
path: root/filter/source/xslt
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-06 10:55:16 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-06 14:12:27 +0200
commit77902a3cb2ab3af542e62253cc9f4dc12e099293 (patch)
treef2270b9d8da54ae53b9c99da6d82ecd7c755f837 /filter/source/xslt
parent9b021e87e04f4ab294d8cefb5d54bfe29e1e85dd (diff)
Fixing '....'
Change-Id: Icf2a34500acc18b28f113c85366bf24edc6d20b9 Reviewed-on: https://gerrit.libreoffice.org/78695 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter/source/xslt')
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_path.xsl4
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/header.xsl4
2 files changed, 4 insertions, 4 deletions
diff --git a/filter/source/xslt/import/wordml/wordml2ooo_path.xsl b/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
index 7f2625672b08..ed8dbac422d3 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_path.xsl
@@ -435,7 +435,7 @@
<xsl:with-param name="current-y" select=" $current-y"/>
</xsl:call-template>
</xsl:when>
- <!--Code below is for the support of h-command like ha,hb....hi, maybe still need to revise-->
+ <!--Code below is for the support of h-command like ha,hb...hi, maybe still need to revise-->
<xsl:when test="$command = 'ha' ">
<xsl:variable name="new-svg-path" select="$svg-path"/>
<!--simply did nothing which might be wrong-->
@@ -842,7 +842,7 @@
<xsl:with-param name="current-y" select=" $val_y "/>
</xsl:call-template>
</xsl:when>
- <!--Code below is for the support of h-command like ha,hb....hi, maybe still need to revise-->
+ <!--Code below is for the support of h-command like ha,hb...hi, maybe still need to revise-->
<xsl:when test="$command = 'ha' ">
<xsl:variable name="new-enhanced-path" select="$enhanced-path"/>
<!--simply did nothing which might be wrong-->
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
index 78b634a238e4..522ad4823d63 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
@@ -57,12 +57,12 @@
<xsl:element name="head">
<xsl:attribute name="profile">http://dublincore.org/documents/dcmi-terms/</xsl:attribute>
- <xsl:if test="$debugEnabled"><xsl:message>CSS helper variable will be created....</xsl:message></xsl:if>
+ <xsl:if test="$debugEnabled"><xsl:message>CSS helper variable will be created...</xsl:message></xsl:if>
<xsl:call-template name='xhtml-header-properties'>
<xsl:with-param name="globalData" select="$globalData" />
</xsl:call-template>
- <xsl:if test="$debugEnabled"><xsl:message>CSS variable ready, header will be created....</xsl:message></xsl:if>
+ <xsl:if test="$debugEnabled"><xsl:message>CSS variable ready, header will be created...</xsl:message></xsl:if>
<!-- constructing the css header simulating inheritance of style-families by style order -->
<xsl:call-template name='create-css-styleheader'>
<xsl:with-param name="globalData" select="$globalData" />