From 1443a9f7abce965d1ca3ccf0a8f92562ebf82c07 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Fri, 22 Feb 2013 11:12:12 +0100 Subject: [Uu]sefull -> [Uu]seful Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f --- filter/source/config/cache/filterfactory.cxx | 4 ++-- filter/source/config/cache/typedetection.hxx | 2 +- filter/source/config/cache/versions.hxx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'filter/source/config/cache') diff --git a/filter/source/config/cache/filterfactory.cxx b/filter/source/config/cache/filterfactory.cxx index 020fd1360588..e6725c1a5fbb 100644 --- a/filter/source/config/cache/filterfactory.cxx +++ b/filter/source/config/cache/filterfactory.cxx @@ -339,7 +339,7 @@ OUStringList FilterFactory::impl_queryMatchByDocumentService(const QueryTokenize // "iflags=" => not allowed // "iflags=-1" => not allowed - // "iflags=0" => not usefull + // "iflags=0" => not useful // "iflags=283648" => only filter, which has set these flag field will be addressed sal_Int32 nCheckValue = aFilter.getUnpackedValueOrDefault(PROPNAME_FLAGS, (sal_Int32)0); if ( @@ -352,7 +352,7 @@ OUStringList FilterFactory::impl_queryMatchByDocumentService(const QueryTokenize // "eflags=" => not allowed // "eflags=-1" => not allowed - // "eflags=0" => not usefull + // "eflags=0" => not useful // "eflags=283648" => only filter, which has not set these flag field will be addressed if ( (nEFlags > 0 ) && diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx index c260a5a29b53..ae2882304682 100644 --- a/filter/source/config/cache/typedetection.hxx +++ b/filter/source/config/cache/typedetection.hxx @@ -127,7 +127,7 @@ private: should be returned. Of course using of it can fail too ... but its a try :-) As an optimization - this method collects the names of all used deep - detection services. This information can be usefull inside the may be + detection services. This information can be useful inside the may be afterwards called method "impl_detectTypeDeepOnly()"! @param rDescriptor diff --git a/filter/source/config/cache/versions.hxx b/filter/source/config/cache/versions.hxx index 71789ddeb3a9..18bea02ea221 100644 --- a/filter/source/config/cache/versions.hxx +++ b/filter/source/config/cache/versions.hxx @@ -22,7 +22,7 @@ //_______________________________________________ -#define _FILTER_CONFIG_MIGRATION_Q_ // usefull for migration time, to support some old functionality temp. :-) +#define _FILTER_CONFIG_MIGRATION_Q_ // useful for migration time, to support some old functionality temp. :-) #endif // _FILTER_CONFIG_VERSIONS_HXX_ -- cgit