summaryrefslogtreecommitdiff
path: root/filter/source/config/cache
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/config/cache')
-rw-r--r--filter/source/config/cache/querytokenizer.cxx2
-rw-r--r--filter/source/config/cache/typedetection.hxx2
2 files changed, 2 insertions, 2 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>