summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/filtercache.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 04:49:39 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 04:49:39 +0200
commit60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (patch)
tree2a91fcbcb206d60dcc652a336bb9b6813578815e /filter/source/config/cache/filtercache.hxx
parent7f71ed1c62775a4e5b2efebf55f284a5c32b2df4 (diff)
fdo#60724 informations -> information
Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
Diffstat (limited to 'filter/source/config/cache/filtercache.hxx')
-rw-r--r--filter/source/config/cache/filtercache.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx
index 8a44eea06cce..bc81b7fd8981 100644
--- a/filter/source/config/cache/filtercache.hxx
+++ b/filter/source/config/cache/filtercache.hxx
@@ -92,7 +92,7 @@ class FilterCache : public BaseLock
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 informations, which was not readed before.
+ with ALL other information, which was not readed before.
Thats the second step. All operations on top of this cache will be
blocked then.
*/
@@ -737,7 +737,7 @@ class FilterCache : public BaseLock
@descr Which items should be readed 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 informations.
+ cache later on demand with all available information.
@param eRequiredState
indicates, which fill state this cache should have afterwards.
@@ -854,7 +854,7 @@ class FilterCache : public BaseLock
@param eOption
regulate, which properties of the requested item should be read.
- See defintion of EReadOption for further informations.
+ See defintion of EReadOption for further information.
@throw [css::uno::Exception]
if an unrecoverable error occurs inside this operation.