summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
Diffstat (limited to 'filter')
-rw-r--r--filter/source/config/cache/cacheitem.hxx4
-rw-r--r--filter/source/config/cache/typedetection.cxx2
-rw-r--r--filter/source/odfflatxml/OdfFlatXml.cxx2
3 files changed, 4 insertions, 4 deletions
diff --git a/filter/source/config/cache/cacheitem.hxx b/filter/source/config/cache/cacheitem.hxx
index 7934251fd6ce..47067a3464d4 100644
--- a/filter/source/config/cache/cacheitem.hxx
+++ b/filter/source/config/cache/cacheitem.hxx
@@ -162,13 +162,13 @@ typedef std::unordered_map< OUString,
std::vector<OUString> > CacheItemRegistration;
-/** @short is used to collect all matching types of an URL
+/** @short is used to collect all matching types of a URL
during type detection.
@descr Every type in this list is combined with an information,
which property matched to the given URL. The user of this
structure can decide then, if a deep detection should be
- suppressed e.g. if an URLPattern was used.
+ suppressed e.g. if a URLPattern was used.
*/
struct FlatDetectionInfo
{
diff --git a/filter/source/config/cache/typedetection.cxx b/filter/source/config/cache/typedetection.cxx
index 738f09a671c8..4fe996244808 100644
--- a/filter/source/config/cache/typedetection.cxx
+++ b/filter/source/config/cache/typedetection.cxx
@@ -420,7 +420,7 @@ OUString SAL_CALL TypeDetection::queryTypeByDescriptor(css::uno::Sequence< css::
// verify every flat detected (or preselected!) type
// by calling its registered deep detection service.
// But break this loop if a type match to the given descriptor
- // by an URL pattern(!) or if deep detection isn't allowed from
+ // by a URL pattern(!) or if deep detection isn't allowed from
// outside (bAllowDeep=sal_False) or break the whole detection by
// throwing an exception if creation of the might needed input
// stream failed by e.g. an IO exception ...
diff --git a/filter/source/odfflatxml/OdfFlatXml.cxx b/filter/source/odfflatxml/OdfFlatXml.cxx
index d4931b1eb848..15f416452773 100644
--- a/filter/source/odfflatxml/OdfFlatXml.cxx
+++ b/filter/source/odfflatxml/OdfFlatXml.cxx
@@ -113,7 +113,7 @@ OdfFlatXml::importer(
const Reference< XDocumentHandler >& docHandler,
const Sequence< OUString >& /* userData */)
{
- // Read InputStream to read from and an URL used for the system id
+ // Read InputStream to read from and a URL used for the system id
// of the InputSource we create from the given sourceData sequence
Reference<XInputStream> inputStream;
OUString paramName;