diff options
5 files changed, 6 insertions, 6 deletions
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx index 34a464f3df4a..049455335372 100644 --- a/filter/source/config/cache/filtercache.cxx +++ b/filter/source/config/cache/filtercache.cxx @@ -2232,7 +2232,7 @@ void FilterCache::impl_interpretDataVal4Filter(const ::rtl::OUString& sValue, /*----------------------------------------------- TODO work on a cache copy first, which can be flushed afterwards - That would be usefully to gurantee a consistent cache. + That would be useful to guarantee a consistent cache. -----------------------------------------------*/ void FilterCache::impl_readOldFormat() throw(css::uno::Exception) diff --git a/framework/inc/interaction/quietinteraction.hxx b/framework/inc/interaction/quietinteraction.hxx index 2eab3143d9ef..01183013f324 100644 --- a/framework/inc/interaction/quietinteraction.hxx +++ b/framework/inc/interaction/quietinteraction.hxx @@ -117,7 +117,7 @@ class QuietInteraction : public css::lang::XTypeProvider //_________________________________ /** @short returns information if interaction was used - @descr It can be usefully to know the reason for a failed operation. + @descr It can be useful to know the reason for a failed operation. @return [boolean] <TRUE/> for used interaction diff --git a/framework/source/inc/loadenv/loadenvexception.hxx b/framework/source/inc/loadenv/loadenvexception.hxx index a1b4be2418b6..9bd67738cd04 100644 --- a/framework/source/inc/loadenv/loadenvexception.hxx +++ b/framework/source/inc/loadenv/loadenvexception.hxx @@ -109,8 +109,8 @@ class LoadEnvException css::uno::Any m_exOriginal; /** TODO - Experimental use! May it can be usefully to know, if an exception was already - catched and handled by an interaction and was might be rethrowed! */ + Experimental use! Maybe it can be useful to know if an exception was already + catched and handled by an interaction and might be rethrown! */ sal_Bool m_bHandled; //___________________________________________ diff --git a/framework/source/jobs/jobdispatch.cxx b/framework/source/jobs/jobdispatch.cxx index 2ee99ba8e863..74ad02581f11 100644 --- a/framework/source/jobs/jobdispatch.cxx +++ b/framework/source/jobs/jobdispatch.cxx @@ -323,7 +323,7 @@ void JobDispatch::impl_dispatchEvent( /*IN*/ const ::rtl::OUString& /** @short dispatch a service @descr We use the given name only to create and if possible to initialize - it as an uno service. It can be usefully for creating (caching?) + it as an uno service. It can be useful for creating (caching?) of e.g. one instance services. @param sService diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java index a386d687580d..08a84c63a2bd 100644 --- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java +++ b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java @@ -107,7 +107,7 @@ public class AsciiReplaceFilter /** * special debug helper to get an idea how expensive * the implemented filter operations are realy. - * May be usefully for own purposes. + * May be useful for own purposes. * * To see the output inside an office environment * use "soffice ...params... >output.txt" |