summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-03-05 21:20:27 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2018-03-06 09:42:04 +0100
commit240e67e37e1aaf459315e31a298bfb434fc1da8c (patch)
tree152d1e24fda813f407dfe9b90e90ce99e598d320 /filter
parent3e38b81a65ced47595e9760bdc622d9434b72cc0 (diff)
Fix typos
Change-Id: I005023337dbe593e0ac1d76f7b10848d24f314a5 Reviewed-on: https://gerrit.libreoffice.org/50785 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/filtercache.cxx6
-rw-r--r--filter/source/config/cache/filtercache.hxx14
2 files changed, 10 insertions, 10 deletions
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index f56186ac0cde..e9b810b78a5b 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -438,7 +438,7 @@ void FilterCache::setItem( EItemType eType ,
aItem.validateUINames(m_sActLocale);
// remove implicit properties as e.g. FINALIZED or MANDATORY
- // They can't be saved here and must be readed on demand later, if they are needed.
+ // They can't be saved here and must be read on demand later, if they are needed.
removeStatePropsFromItem(aItem);
rList[sItem] = aItem;
@@ -950,7 +950,7 @@ void FilterCache::impl_validateAndOptimize()
// SAFE ->
::osl::ResettableMutexGuard aLock(m_aLock);
- // First check if any filter or type could be readed
+ // First check if any filter or type could be read
// from the underlying configuration!
bool bSomeTypesShouldExist = ((m_eFillState & E_CONTAINS_STANDARD ) == E_CONTAINS_STANDARD );
bool bAllFiltersShouldExist = ((m_eFillState & E_CONTAINS_FILTERS ) == E_CONTAINS_FILTERS );
@@ -1364,7 +1364,7 @@ void FilterCache::impl_load(EFillState eRequiredState)
// update fill state. Note: it's a bit field, which combines different parts.
m_eFillState = static_cast<EFillState>(static_cast<sal_Int32>(m_eFillState) | static_cast<sal_Int32>(eRequiredState));
- // any data readed?
+ // any data read?
// yes! => validate it and update optimized structures.
impl_validateAndOptimize();
diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx
index 78339a26b8c1..033e12a05093 100644
--- a/filter/source/config/cache/filtercache.hxx
+++ b/filter/source/config/cache/filtercache.hxx
@@ -87,11 +87,11 @@ class FilterCache : public BaseLock
@descr This cache supports a 2-step load mechanism.
First only types (and only some special properties of every type!)
- but no filters/frame loaders/content handlers will be readed.
+ but no filters/frame loaders/content handlers will be read.
That should be enough to work with this cache e.g. for loading
the first document. After this first document was loaded successfully,
a special "load-on-demand-thread" will be started to fill this cache
- with ALL other information, which was not readed before.
+ with ALL other information, which was not read before.
That's the second step. All operations on top of this cache will be
blocked then.
*/
@@ -112,7 +112,7 @@ class FilterCache : public BaseLock
/** @short regulate, which properties of a configured item
- will be readed.
+ will be read.
@descr To perform reading of all configuration items,
only standard properties will be handled. At a second
@@ -304,7 +304,7 @@ class FilterCache : public BaseLock
/** @short force special fill state of this cache.
@descr This method checks, if all requested items/properties already
- exist. Only missing information will be readed.
+ exist. Only missing information will be read.
Otherwise this method does nothing!
This method must be called from every user of this cache
@@ -663,7 +663,7 @@ class FilterCache : public BaseLock
expensive one.
@param sDirectKey
- the absolute configuration path, which should be readed.
+ the absolute configuration path, which should be read.
@return [css::uno::Any]
the value of the requested key.
@@ -675,7 +675,7 @@ class FilterCache : public BaseLock
/** @short load the underlying configuration into this cache.
- @descr Which items should be readed can be regulate by the
+ @descr Which items should be read can be regulate by the
parameter eRequiredState. That provides the possibility
to load standard values on startup only and update this
cache later on demand with all available information.
@@ -749,7 +749,7 @@ class FilterCache : public BaseLock
provides access to the configuration set, which includes all items.
@param eType
- specify, which container item type must be readed.
+ specify, which container item type must be read.
@param sItem
means the internal name, which can be used to address the item