summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@seravo.fi>2016-07-03 20:24:00 +0300
committerjan iversen <jani@documentfoundation.org>2016-07-04 06:11:36 +0000
commit428e23f4f7025506e767d895e9b46492a8432aed (patch)
treeec767267ad2afc8ec3bf486da7cb9da2c567922d /filter
parentadd ANORDEGRC test case (diff)
downloadcore-428e23f4f7025506e767d895e9b46492a8432aed.tar.gz
core-428e23f4f7025506e767d895e9b46492a8432aed.zip
Fix some spelling errors in comments and strings
Change-Id: Iecd6b5e13d6be14651f77d8e37f01117ba15a11e Reviewed-on: https://gerrit.libreoffice.org/26883 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/filtercache.hxx2
-rw-r--r--filter/source/flash/swfdialog.cxx2
-rw-r--r--filter/source/msfilter/msdffimp.cxx2
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/body.xsl6
-rw-r--r--filter/source/xslt/odf2xhtml/export/xhtml/header.xsl2
5 files changed, 7 insertions, 7 deletions
diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx
index 1f13e1585c8a..0e6c8da99d01 100644
--- a/filter/source/config/cache/filtercache.hxx
+++ b/filter/source/config/cache/filtercache.hxx
@@ -288,7 +288,7 @@ class FilterCache : public BaseLock
because it listen for changes on the internal used configuration layer.
If the new data are needed immediately inside the original container,
the method takeOver() can be used to copy all changes back.
- The may be following notifications of the configuration will be superflous then.
+ The may be following notifications of the configuration will be superfluous then.
But they can't be stopped ...
All internal structures will be copied here. But the internal used
diff --git a/filter/source/flash/swfdialog.cxx b/filter/source/flash/swfdialog.cxx
index e15f3308b3c3..d23f4de94a01 100644
--- a/filter/source/flash/swfdialog.cxx
+++ b/filter/source/flash/swfdialog.cxx
@@ -131,7 +131,7 @@ VclPtr<Dialog> SWFDialog::createDialog( vcl::Window* pParent )
if (mxSrcDoc.is())
{
/* TODO: From the controller we may get information what page is visible and what shapes
- are selected, if we optionaly want to limit output to that
+ are selected, if we optionally want to limit output to that
Any aSelection;
try
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index d547335db7cd..90c02fa9b929 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -5590,7 +5590,7 @@ SvxMSDffManager::SvxMSDffManager(SvStream& rStCtrl_,
nOffsDgg( nOffsDgg_ ),
nBLIPCount( USHRT_MAX ), // initialize with error, since we fist check if the
nGroupShapeFlags(0), // ensure initialization here, as some corrupted
- // files may yield to this being unitialized
+ // files may yield to this being uninitialized
maBaseURL( rBaseURL ),
mnCurMaxShapeId(0),
mnDrawingsSaved(0),
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
index baee18241128..7e9eb59734db 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/body.xsl
@@ -64,7 +64,7 @@
<xsl:for-each select="key('masterPage','count')">
<!-- Check if this style is being used in the body -->
<xsl:if test="key('elementUsingStyle', ../@style:name)">
- <!-- Check every master-page-name if it is not emtpy and return as ';' separated list -->
+ <!-- Check every master-page-name if it is not empty and return as ';' separated list -->
<xsl:if test="string-length(../@style:master-page-name) &gt; 0">
<xsl:value-of select="../@style:master-page-name"/>;
</xsl:if>
@@ -907,7 +907,7 @@
<xsl:for-each select="key('masterPage','count')">
<!-- Check if this style is being used in the body -->
<xsl:if test="key('elementUsingStyle', ../@style:name)">
- <!-- Check every master-page-name if it is not emtpy and return as ';' separated list -->
+ <!-- Check every master-page-name if it is not empty and return as ';' separated list -->
<xsl:if test="string-length(../@style:master-page-name) &gt; 0">
<xsl:value-of select="../@style:master-page-name"/>;
</xsl:if>
@@ -1593,7 +1593,7 @@
G)
An Office list may (re)start on any arbitrary value by using @text:start-value on the text:list-item
- INDENDATION:
+ INDENTATION:
============
The indent of a list label is not only calculated by using the text:space-before of the list level (listLevelStyle), but
diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
index 6af404c46137..09578da62ceb 100644
--- a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
+++ b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl
@@ -147,7 +147,7 @@
<xsl:for-each select="/*/office:body">
<!-- Check if this style is being used in the body -->
<xsl:if test="key('elementUsingStyle', ../@style:name)">
- <!-- Check every master-page-name if it is not emtpy and return as ';' separated list -->
+ <!-- Check every master-page-name if it is not empty and return as ';' separated list -->
<xsl:if test="string-length(../@style:master-page-name) &gt; 0"><xsl:value-of select="../@style:master-page-name"/>;</xsl:if>
</xsl:if>
</xsl:for-each>