summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl2
-rw-r--r--helpcompiler/source/BasCodeTagger.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl b/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl
index 9b02d9448509..80ad51e63324 100644
--- a/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl
+++ b/filter/source/xslt/odf2xhtml/export/common/styles/style_collector.xsl
@@ -209,7 +209,7 @@
<xsl:copy-of select="$documentLinks/styles-file/*/office:styles" />
<xsl:copy-of select="$documentLinks/styles-file/*/office:font-face-decls" />
- <!-- office:automatic-styles may be containted in two files (i.e. content.xml and styles.xml).
+ <!-- office:automatic-styles may be contained in two files (i.e. content.xml and styles.xml).
Wild card necessary as top level element differs from flat office files ("SampleName.fsxw") -->
<xsl:copy-of select="/*/office:automatic-styles" />
diff --git a/helpcompiler/source/BasCodeTagger.cxx b/helpcompiler/source/BasCodeTagger.cxx
index 388fbf41f17e..c4779d755381 100644
--- a/helpcompiler/source/BasCodeTagger.cxx
+++ b/helpcompiler/source/BasCodeTagger.cxx
@@ -97,7 +97,7 @@ void BasicCodeTagger::getBasicCodeContainerNodes()
}
}
-//! Extracts Basic Codes containted in <bascode> tags.
+//! Extracts Basic Codes contained in <bascode> tags.
/*!
* For each <bascode> this method iterates through it's <paragraph> tags and "inserts" <item> tags according
* to the Basic code syntax found in that paragraph.