[Libreoffice-commits] core.git: filter/source framework/inc framework/source odk/examples

Gregg King smokedart at gmail.com
Tue Feb 26 02:01:08 PST 2013


 filter/source/config/cache/filtercache.cxx                                                   |    2 +-
 framework/inc/interaction/quietinteraction.hxx                                               |    2 +-
 framework/source/inc/loadenv/loadenvexception.hxx                                            |    4 ++--
 framework/source/jobs/jobdispatch.cxx                                                        |    2 +-
 odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 6e1323a876f2b77901e1beb1737e4def3a6abf04
Author: Gregg King <smokedart at gmail.com>
Date:   Mon Feb 25 22:46:05 2013 -0400

    fdo#60724: lintian typo fix: useful -> useful
    
    Change-Id: I5635c3efaaa6bbe1c1e3ec41a502e203fe17e47c

diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index 34a464f..0494553 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 2eab314..0118301 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 a1b4be2..9bd6773 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 2ee99ba..74ad025 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 a386d68..08a84c6 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"


More information about the Libreoffice-commits mailing list