fdo#60724: lintian typo fix: useful -> useful

Change-Id: I5635c3efaaa6bbe1c1e3ec41a502e203fe17e47c
This commit is contained in:
Gregg King
2013-02-25 22:46:05 -04:00
committed by Bjoern Michaelsen
parent de471513bb
commit 6e1323a876
5 changed files with 6 additions and 6 deletions

View File

@@ -2232,7 +2232,7 @@ void FilterCache::impl_interpretDataVal4Filter(const ::rtl::OUString& sValue,
/*----------------------------------------------- /*-----------------------------------------------
TODO work on a cache copy first, which can be flushed afterwards 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() void FilterCache::impl_readOldFormat()
throw(css::uno::Exception) throw(css::uno::Exception)

View File

@@ -117,7 +117,7 @@ class QuietInteraction : public css::lang::XTypeProvider
//_________________________________ //_________________________________
/** /**
@short returns information if interaction was used @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] @return [boolean]
<TRUE/> for used interaction <TRUE/> for used interaction

View File

@@ -109,8 +109,8 @@ class LoadEnvException
css::uno::Any m_exOriginal; css::uno::Any m_exOriginal;
/** TODO /** TODO
Experimental use! May it can be usefully to know, if an exception was already Experimental use! Maybe it can be useful to know if an exception was already
catched and handled by an interaction and was might be rethrowed! */ catched and handled by an interaction and might be rethrown! */
sal_Bool m_bHandled; sal_Bool m_bHandled;
//___________________________________________ //___________________________________________

View File

@@ -323,7 +323,7 @@ void JobDispatch::impl_dispatchEvent( /*IN*/ const ::rtl::OUString&
/** /**
@short dispatch a service @short dispatch a service
@descr We use the given name only to create and if possible to initialize @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. of e.g. one instance services.
@param sService @param sService

View File

@@ -107,7 +107,7 @@ public class AsciiReplaceFilter
/** /**
* special debug helper to get an idea how expensive * special debug helper to get an idea how expensive
* the implemented filter operations are realy. * 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 * To see the output inside an office environment
* use "soffice ...params... >output.txt" * use "soffice ...params... >output.txt"