summaryrefslogtreecommitdiff
path: root/filter
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
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')
-rw-r--r--filter/source/config/cache/typedetection.hxx6
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_path.xsl4
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/header.xsl4
3 files changed, 7 insertions, 7 deletions
diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx
index 24e76a4ed2fa..eaac83146432 100644
--- a/filter/source/config/cache/typedetection.hxx
+++ b/filter/source/config/cache/typedetection.hxx
@@ -129,7 +129,7 @@ private:
enable/disable using of a might existing deep detection service.
@return The internal name of a detected type.
- An empty value if detection failed. .... but see rLastChance
+ An empty value if detection failed. ... but see rLastChance
for additional returns!
*/
OUString impl_detectTypeFlatAndDeep( utl::MediaDescriptor& rDescriptor ,
@@ -142,8 +142,8 @@ private:
/** @short seek a might existing stream to position 0.
@descr This is an optional action to be more robust
- in case any detect service doesn't make this seek ...
- Normally it's part of any called detect service or filter ...
+ in case any detect service doesn't make this seek...
+ Normally it's part of any called detect service or filter...
but sometimes it's not done there.
@param rDescriptor
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" />