summaryrefslogtreecommitdiff
path: root/filter/source/config
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
parent7f71ed1c62775a4e5b2efebf55f284a5c32b2df4 (diff)
fdo#60724 informations -> information
Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
Diffstat (limited to 'filter/source/config')
-rw-r--r--filter/source/config/cache/basecontainer.hxx2
-rw-r--r--filter/source/config/cache/filtercache.cxx2
-rw-r--r--filter/source/config/cache/filtercache.hxx6
-rw-r--r--filter/source/config/cache/typedetection.hxx2
4 files changed, 6 insertions, 6 deletions
diff --git a/filter/source/config/cache/basecontainer.hxx b/filter/source/config/cache/basecontainer.hxx
index a2259a5df1d7..f52a63da4f68 100644
--- a/filter/source/config/cache/basecontainer.hxx
+++ b/filter/source/config/cache/basecontainer.hxx
@@ -45,7 +45,7 @@ namespace filter{
@descr This class can be used as base for own service implementations,
which must provide read/write access to the filter configuration.
- Parameters regulate read/write access, which sub set of informations
+ Parameters regulate read/write access, which sub set of information
should be available etc.
@attention The base class BaseLock must be the first of declared ones.
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index 84703a3d92cf..8fb4412abaa0 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -2249,7 +2249,7 @@ void FilterCache::impl_readOldFormat()
}
/* corrupt filter addon ? because it's external (optional) code .. we can ignore it. Addon wont work then ...
but that seams to be acceptable.
- see #139088# for further informations
+ see #139088# for further information
*/
catch(const css::uno::Exception&)
{ return; }
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.
diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx
index e58042c58d89..f21c0cbf4443 100644
--- a/filter/source/config/cache/typedetection.hxx
+++ b/filter/source/config/cache/typedetection.hxx
@@ -274,7 +274,7 @@ private:
specified MediaDescriptor.
@descr This method works together with impl_validateAndSetTypeOnDescriptor()/
- impl_validateAndSetFilterOnDescriptor(). All informations, which can be
+ impl_validateAndSetFilterOnDescriptor(). All information, which can be
set by these two operations must be "removable" by this method.
@param rDescriptor