summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/filtercache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/config/cache/filtercache.cxx')
-rw-r--r--filter/source/config/cache/filtercache.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index 68a26b6188df..aaa7dfbbaa56 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -124,7 +124,7 @@ FilterCache* FilterCache::clone() const
FilterCache* pClone = new FilterCache();
- // Dont copy the configuration access points here.
+ // Don't copy the configuration access points here.
// They will be created on demand inside the cloned instance,
// if they are needed.
@@ -156,8 +156,8 @@ void FilterCache::takeOver(const FilterCache& rClone)
::osl::ResettableMutexGuard aLock(m_aLock);
// a)
- // Dont copy the configuration access points here!
- // We must use our own ones ...
+ // Don't copy the configuration access points here!
+ // We must use our own ones...
// b)
// Further we can ignore the uno service manager.
@@ -1110,7 +1110,7 @@ void FilterCache::impl_validateAndOptimize()
#if OSL_DEBUG_LEVEL > 0
- // Dont check cross references between types and filters, if
+ // Don't check cross references between types and filters, if
// not all filters read from disk!
// OK - this cache can read single filters on demand too ...
// but then the fill state of this cache should not be set to E_CONTAINS_FILTERS!
@@ -2177,7 +2177,7 @@ void FilterCache::impl_readOldFormat()
m_lFilters[pItems[i]] = impl_readOldItem(xSet, E_FILTER, pItems[i]);
}
}
- /* corrupt filter addon ? because it's external (optional) code .. we can ignore it. Addon wont work then ...
+ /* corrupt filter addon? Because it's external (optional) code.. we can ignore it. Addon won't work then...
but that seems to be acceptable.
see #139088# for further information
*/