diff options
author | Gregg King <smokedart@gmail.com> | 2013-02-25 22:46:05 -0400 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-02-26 11:01:37 +0100 |
commit | 6e1323a876f2b77901e1beb1737e4def3a6abf04 (patch) | |
tree | 0ac59ebc211beae0aace16afa149441fa549830e /framework | |
parent | de471513bb012839e6c5d1640ed22b6c24bd8ec0 (diff) |
fdo#60724: lintian typo fix: useful -> useful
Change-Id: I5635c3efaaa6bbe1c1e3ec41a502e203fe17e47c
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/interaction/quietinteraction.hxx | 2 | ||||
-rw-r--r-- | framework/source/inc/loadenv/loadenvexception.hxx | 4 | ||||
-rw-r--r-- | framework/source/jobs/jobdispatch.cxx | 2 |
3 files changed, 4 insertions, 4 deletions
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 |