summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-31 19:29:31 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-01 12:29:39 +0200
commitee8f0a10661b747db9a82b9acba4de343a5a51d6 (patch)
treece9b6b2cf18caa73b8500245d558ff2ac484074d /filter
parent0940229305247b4e64e8c85c9734020c9808a6ec (diff)
Fix '..'
To complete this: https://gerrit.libreoffice.org/#/c/78312/ This is a massive replace for ".." instead of "..." between words. It passed "make check" on Linux. Change-Id: I144d8061fca9f545c762941551e59dffdd3650e8 Reviewed-on: https://gerrit.libreoffice.org/78357 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/filtercache.cxx2
-rw-r--r--filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl4
-rw-r--r--filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl2
3 files changed, 4 insertions, 4 deletions
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index aef53ed3db60..ad278e28caf6 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -2081,7 +2081,7 @@ void FilterCache::impl_readOldFormat()
m_lFilters[pItems[i]] = impl_readOldItem(xSet, E_FILTER, pItems[i]);
}
}
- /* corrupt filter addon? Because it's external (optional) code.. we can ignore it. Addon won't work then...
+ /* corrupt filter addon? Because it's external (optional) code... we can ignore it. Addon won't work then...
but that seems to be acceptable.
see #139088# for further information
*/
diff --git a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
index c9e16ace8fa5..b9f18a2e0306 100644
--- a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
+++ b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
@@ -5018,7 +5018,7 @@
</xsl:call-template>
<xsl:text>cm</xsl:text>
</xsl:when>
- <!-- Note: Specify where this value come from.. -->
+ <!-- Note: Specify where this value come from... -->
<xsl:otherwise>2.096cm</xsl:otherwise>
</xsl:choose>
</xsl:variable>
@@ -6312,7 +6312,7 @@
</xsl:choose>
</xsl:when>
<xsl:otherwise>
- <!-- as for the spanned cells no style is taken.. -->
+ <!-- as for the spanned cells no style is taken... -->
<xsl:choose>
<!-- inherit style from parent row style-->
<xsl:when test="../@ss:StyleID">
diff --git a/filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl b/filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl
index 743fa368c76f..bbbb26703399 100644
--- a/filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl
+++ b/filter/source/xslt/odf2xhtml/export/common/table_of_content.xsl
@@ -293,7 +293,7 @@ Scenarios tabstops
4) first style:type would have no right preceding tabStop
-> works well with first sceanrios 1 and 3
-5) last style:type would be a special case, if it would be left aligned, but this won't happen in our case.. :D
+5) last style:type would be a special case, if it would be left aligned, but this won't happen in our case... :D
Scenarios unmatched:
- text:styleposition 'center' will not be matched in our case (effort for nothing), there will be only 'right' and not 'right'