summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-29 00:31:05 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-29 09:54:33 +0100
commitd0222ba1fd7617b793e1e513247b11a82eb22f4e (patch)
treed1e393fd762374d834b10d5b9d3ebae2fe82f4f2 /filter
parent19e519593c940fbbf953b7d0ff6d7c86707f39e2 (diff)
Fix typos
Change-Id: I3d16dc162e5fa2e08134d848a835eb392e64056e Reviewed-on: https://gerrit.libreoffice.org/47126 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/filtercache.cxx6
-rw-r--r--filter/source/config/cache/filtercache.hxx6
-rw-r--r--filter/source/config/cache/typedetection.cxx4
3 files changed, 8 insertions, 8 deletions
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index 6b97bda29bb2..79af348702e0 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -1579,10 +1579,10 @@ CacheItem FilterCache::impl_loadItem(const css::uno::Reference< css::container::
css::uno::Reference< css::uno::XInterface >());
}
- // set too. Of course its already used as key into the e.g. outside
- // used hash map ... but some of our API methods provide
+ // set too. Of course it's already used as key into the e.g. outside
+ // used hash map... but some of our API methods provide
// this property set as result only. But the user of this CacheItem
- // should know, which value the key names has :-) ITS IMPORTANT!
+ // should know, which value the key names has :-) IT'S IMPORTANT!
CacheItem aItem;
aItem[PROPNAME_NAME] <<= sItem;
switch(eType)
diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx
index 8fab54e085c1..78339a26b8c1 100644
--- a/filter/source/config/cache/filtercache.hxx
+++ b/filter/source/config/cache/filtercache.hxx
@@ -561,14 +561,14 @@ class FilterCache : public BaseLock
@param aURL
URL of the content, which type should be detected.
- Its already parsed and splitted into its different parts,
+ It's already parsed and split into its different parts,
like e.g.: main, jump marks etcpp.
@param rFlatTypes
used as [out] parameter to add all types, which match to the given
URL. Further an information is added for every type. It indicates, how
this type is related to the specified URL (means e.g. if it matches
- by extension or URLPattern ...).
+ by extension or URLPattern...).
@attention Please note: because this cache can be used inside multithreaded
environments, such returned key names can point to some already removed
@@ -655,7 +655,7 @@ class FilterCache : public BaseLock
and return its value.
@descr The specified key must be an absolute configuration path,
- which can be splitted into its package and relative path tokens.
+ which can be split into its package and relative path tokens.
@attention Because this function might opens a new configuration
read access for reading one key value only, it should
diff --git a/filter/source/config/cache/typedetection.cxx b/filter/source/config/cache/typedetection.cxx
index fee03066ed83..9afb3daa0ed1 100644
--- a/filter/source/config/cache/typedetection.cxx
+++ b/filter/source/config/cache/typedetection.cxx
@@ -631,8 +631,8 @@ bool TypeDetection::impl_getPreselectionForType(
const OUString& sPreSelType, const util::URL& aParsedURL, FlatDetection& rFlatTypes, bool bDocService)
{
// Can be used to suppress execution of some parts of this method
- // if its already clear that detected type is valid or not.
- // Its necessary to use shared code at the end, which update
+ // if it's already clear that detected type is valid or not.
+ // It's necessary to use shared code at the end, which update
// all return parameters consistency!
bool bBreakDetection = false;