summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-08-17 16:41:20 +0200
committerMichael Stahl <mstahl@redhat.com>2017-08-17 21:53:28 +0200
commit64a3124d928f337011cad137c2c059f1ef064377 (patch)
treecdcea46848e5b61872716d8deb6f5d5b8f57894a /filter
parentfc443f3b50e33a1adab03bbf7fb9f9351eb07868 (diff)
Fix typos
Change-Id: Iaa9c0aea3ea1a239e378bd714ba335f91bb1faf3 Reviewed-on: https://gerrit.libreoffice.org/41194 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/graphicfilter/ipict/ipict.cxx2
-rw-r--r--filter/source/xslt/export/wordml/ooo2wordml_table.xsl4
-rw-r--r--filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl2
-rw-r--r--filter/source/xslt/import/wordml/wordml2ooo_draw.xsl2
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/body.xsl4
5 files changed, 7 insertions, 7 deletions
diff --git a/filter/source/graphicfilter/ipict/ipict.cxx b/filter/source/graphicfilter/ipict/ipict.cxx
index 331dd932e2f2..6911b02781c0 100644
--- a/filter/source/graphicfilter/ipict/ipict.cxx
+++ b/filter/source/graphicfilter/ipict/ipict.cxx
@@ -145,7 +145,7 @@ class PictReader {
private:
SvStream * pPict; // The Pict file to read.
- VclPtr<VirtualDevice> pVirDev; // Here the drawing methos will be called.
+ VclPtr<VirtualDevice> pVirDev; // Here the drawing method will be called.
// A recording into the GDIMetaFile will take place.
sal_uLong nOrigPos; // Initial position in pPict.
diff --git a/filter/source/xslt/export/wordml/ooo2wordml_table.xsl b/filter/source/xslt/export/wordml/ooo2wordml_table.xsl
index 5b71323b22d8..5d3bfcf4da28 100644
--- a/filter/source/xslt/export/wordml/ooo2wordml_table.xsl
+++ b/filter/source/xslt/export/wordml/ooo2wordml_table.xsl
@@ -229,9 +229,9 @@
<xsl:template match="table:table-cell ">
<xsl:element name="w:tc">
<xsl:element name="w:tcPr">
- <!-- to caclate the table-cell width Gary.Yang -->
+ <!-- to calculate the table-cell width Gary.Yang -->
<xsl:choose>
- <!--when the table-cell contains the sub-table -->
+ <!--when the table-cell contains the sub-table -->
<xsl:when test="table:table/@table:is-sub-table= 'true' ">
<xsl:variable name="table-cell-width">
<xsl:call-template name="calculate-sub-table-width">
diff --git a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
index 97ce7e7538d4..f731db749e43 100644
--- a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
+++ b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
@@ -1115,7 +1115,7 @@
</xsl:choose>
</xsl:element>
</xsl:if>
- <!-- the type of condition-pos:1,the former third part of General; 2, the last General. the methods handling diffirent -->
+ <!-- the type of condition-pos:1,the former third part of General; 2, the last General. the methods handling different -->
<xsl:call-template name="create-number-format-content">
<xsl:with-param name="style-type-name" select="$style-type-name"/>
<xsl:with-param name="number-format-unit" select="$current-number-format-unit"/>
diff --git a/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl b/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
index d33ec347e079..7fe2da59b120 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo_draw.xsl
@@ -1515,7 +1515,7 @@
<!--the following choose statement code will process the revised modifier
It happens that if a drawing elements has more than 2 modifier, the modifier (or say adj
in wordml) can be adjusted and only the modified adj is recorded.
- what makes it more compicated is that adj support both comma and blanks.
+ what makes it more complicated is that adj support both comma and blanks.
so you have to use kickblanks template to kick the blanks and change it to comma version.
<key('shapetype',@type)/v:textpath[1]-->
<xsl:choose>
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
index 124411bfa639..df3438214484 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
@@ -799,7 +799,7 @@
<xsl:when test="$createDiv and normalize-space(.) != ''">
<!-- every following frame sibling till the next draw:frame
have to be incapuslated within a div with left indent.
- To be moved altogether arcording the indent (usually right) -->
+ To be moved altogether according the indent (usually right) -->
<xsl:comment>Next 'div' added for floating.</xsl:comment>
<xsl:element name="div">
<xsl:attribute name="style">
@@ -1734,7 +1734,7 @@
<xsl:value-of select="$listRestart"/>
</xsl:when>
<xsl:otherwise>
- <!-- descdendants restart their list numbering, when an ancestor is not empty -->
+ <!-- descendants restart their list numbering, when an ancestor is not empty -->
<xsl:value-of select="not($isEmptyList)"/>
</xsl:otherwise>
</xsl:choose>