summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/cacheitem.hxx2
-rw-r--r--filter/source/config/cache/typedetection.hxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/config/cache/cacheitem.hxx b/filter/source/config/cache/cacheitem.hxx
index 118057be430b..7aac754451b9 100644
--- a/filter/source/config/cache/cacheitem.hxx
+++ b/filter/source/config/cache/cacheitem.hxx
@@ -155,7 +155,7 @@ class CacheItem : public ::comphelper::SequenceAsHashMap
/** @short convert this structure to a seq< PropertyValue >
and ignore all empty properties!
- @descr Normaly the converter routines of the base class
+ @descr Normally the converter routines of the base class
SequenceAsHashMap do this job already.
But it doesn't provide a "pack" mechanism to
ignore properties with empty (means "void") values.
diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx
index f65755b53a59..82f383aecdd8 100644
--- a/filter/source/config/cache/typedetection.hxx
+++ b/filter/source/config/cache/typedetection.hxx
@@ -138,7 +138,7 @@ private:
@descr This is an optinal action to be more robust
in case any detect service doesn't make this seek ...
- Normaly it's part of any called detect service or filter ...
+ Normally it's part of any called detect service or filter ...
but sometimes it's not done there.
@param rDescriptor
@@ -288,7 +288,7 @@ private:
/** @short search the best suitable filter for the given type
and add it into the media descriptor.
- @descr Normaly this is a type detection only ...
+ @descr Normally this is a type detection only ...
but for some special features we must overwrite our detection
because a file must be loaded into a special (means preselected)
application.