summaryrefslogtreecommitdiff
path: root/filter/source
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-08-01 16:56:25 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-08-01 23:40:12 +0900
commit9bac4d413e960e354a3cf81e3de9b1cb483d02ad (patch)
treeb6555611ec9102dd5e2cf5917b0fb2c00ea5ed9f /filter/source
parentca1897ede3faaf71d263ab2efaf975c74c46f8b5 (diff)
typo: more then -> more than
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
Diffstat (limited to 'filter/source')
-rw-r--r--filter/source/config/cache/querytokenizer.cxx2
-rw-r--r--filter/source/config/cache/typedetection.hxx2
-rw-r--r--filter/source/config/tools/merge/FCFGMerge.cfg2
-rw-r--r--filter/source/graphicfilter/iras/iras.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/filter/source/config/cache/querytokenizer.cxx b/filter/source/config/cache/querytokenizer.cxx
index aca41854d898..2869f34bef3d 100644
--- a/filter/source/config/cache/querytokenizer.cxx
+++ b/filter/source/config/cache/querytokenizer.cxx
@@ -54,7 +54,7 @@ QueryTokenizer::QueryTokenizer(const OUString& sQuery)
if (find(sKey) != end())
m_bValid = false;
- OSL_ENSURE(m_bValid, "QueryTokenizer::QueryTokenizer()\nQuery contains same param more then once. Last one wins :-)\n");
+ OSL_ENSURE(m_bValid, "QueryTokenizer::QueryTokenizer()\nQuery contains same param more than once. Last one wins :-)\n");
(*this)[sKey] = sVal;
}
diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx
index e21a9c281970..f65755b53a59 100644
--- a/filter/source/config/cache/typedetection.hxx
+++ b/filter/source/config/cache/typedetection.hxx
@@ -199,7 +199,7 @@ private:
The whole detection must be interrupted then and the interface method queryTypeByDescriptor()
must return an empty type name value.
- That prevent us against multiple handling of the same error more then ones
+ That prevent us against multiple handling of the same error more than ones
(e.g. if we ask all detect services as fallback ...).
</li>
<li>
diff --git a/filter/source/config/tools/merge/FCFGMerge.cfg b/filter/source/config/tools/merge/FCFGMerge.cfg
index fb32b058e2a8..18f9f4f7e895 100644
--- a/filter/source/config/tools/merge/FCFGMerge.cfg
+++ b/filter/source/config/tools/merge/FCFGMerge.cfg
@@ -56,7 +56,7 @@ extension_pkg=pkg
# These values are used to generate a correct XML
# header.
# Note: The property "xmlpackage" must be specified
-# via command line. There exists more then one
+# via command line. There exists more than one
# possible value.
#
# [REQUIRED]
diff --git a/filter/source/graphicfilter/iras/iras.cxx b/filter/source/graphicfilter/iras/iras.cxx
index c58bd4650477..91d279bc78c7 100644
--- a/filter/source/graphicfilter/iras/iras.cxx
+++ b/filter/source/graphicfilter/iras/iras.cxx
@@ -158,7 +158,7 @@ bool RASReader::ReadRAS(Graphic & rGraphic)
}
else
{
- if ( mnColorMapType != RAS_COLOR_NO_MAP ) // when graphic has more then 256 colors and a color map we skip
+ if ( mnColorMapType != RAS_COLOR_NO_MAP ) // when graphic has more than 256 colors and a color map we skip
{ // the colormap
sal_uLong nCurPos = m_rRAS.Tell();
m_rRAS.Seek( nCurPos + mnColorMapSize );