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

2019-04-16 Thread Noel Grandin (via logerrit)
 filter/source/config/cache/querytokenizer.hxx  
  |2 +-
 framework/inc/dispatch/closedispatcher.hxx 
  |6 +++---
 framework/source/dispatch/closedispatcher.cxx  
  |4 ++--
 framework/source/dispatch/mailtodispatcher.cxx 
  |2 +-
 framework/source/dispatch/servicehandler.cxx   
  |2 +-
 framework/source/inc/accelerators/keymapping.hxx   
  |2 +-
 framework/source/inc/accelerators/presethandler.hxx
  |4 ++--
 framework/source/inc/loadenv/loadenv.hxx   
  |2 +-
 framework/source/loadenv/loadenv.cxx   
  |2 +-
 framework/source/services/autorecovery.cxx 
  |2 +-
 framework/source/services/desktop.cxx  
  |2 +-
 framework/source/services/frame.cxx
  |2 +-
 odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OfficeConnect.java   
  |2 +-
 
odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter/AsciiReplaceFilter.java
 |6 +++---
 offapi/com/sun/star/frame/DispatchResultState.idl  
  |2 +-
 offapi/com/sun/star/frame/XController.idl  
  |2 +-
 offapi/com/sun/star/task/XJob.idl  
  |2 +-
 offapi/com/sun/star/task/XJobListener.idl  
  |2 +-
 offapi/com/sun/star/util/XURLTransformer.idl   
  |4 ++--
 19 files changed, 26 insertions(+), 26 deletions(-)

New commits:
commit 3fce6ae224efb5f8bdf78ef83f89be11dafabf3a
Author: Noel Grandin 
AuthorDate: Tue Apr 16 11:17:10 2019 +0200
Commit: Noel Grandin 
CommitDate: Tue Apr 16 12:46:55 2019 +0200

fix usage of successful/successfully in comments

Change-Id: If280e1e944c877462cb84b579e19d4fd2ad1900b
Reviewed-on: https://gerrit.libreoffice.org/70813
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/filter/source/config/cache/querytokenizer.hxx 
b/filter/source/config/cache/querytokenizer.hxx
index 149ddba60552..8f2433f88867 100644
--- a/filter/source/config/cache/querytokenizer.hxx
+++ b/filter/source/config/cache/querytokenizer.hxx
@@ -84,7 +84,7 @@ class QueryTokenizer : public std::unordered_map< OUString, 
OUString >
 
 
 /** @short  can be used to check if analyzing of given query
-was successfully or not.
+was successful or not.
  */
 bool valid() const;
 };
diff --git a/framework/inc/dispatch/closedispatcher.hxx 
b/framework/inc/dispatch/closedispatcher.hxx
index 9aed7b5ae2cc..c6556259818f 100644
--- a/framework/inc/dispatch/closedispatcher.hxx
+++ b/framework/inc/dispatch/closedispatcher.hxx
@@ -176,7 +176,7 @@ class CloseDispatcher : public  ::cppu::WeakImplHelper<
 We need it to implement the CLOSE_DOC semantic.
 
 @return [boolean]
-sal_True if closing was successfully.
+sal_True if closing was successful.
  */
 bool implts_prepareFrameForClosing(const css::uno::Reference< 
css::frame::XFrame >& xFrame,
bool
   bCloseAllOtherViewsToo,
@@ -194,7 +194,7 @@ class CloseDispatcher : public  ::cppu::WeakImplHelper<
 frame is closed 
 
 @return [bool]
-sal_True if closing was successfully.
+sal_True if closing was successful.
  */
 bool implts_closeFrame();
 
@@ -202,7 +202,7 @@ class CloseDispatcher : public  ::cppu::WeakImplHelper<
 as new component of our m_xCloseFrame.
 
 @return [bool]
-sal_True if operation was successfully.
+sal_True if operation was successful.
  */
 bool implts_establishBackingMode();
 
diff --git a/framework/source/dispatch/closedispatcher.cxx 
b/framework/source/dispatch/closedispatcher.cxx
index d3c77c970fde..f6ac18d400ab 100644
--- a/framework/source/dispatch/closedispatcher.cxx
+++ b/framework/source/dispatch/closedispatcher.cxx
@@ -140,8 +140,8 @@ void SAL_CALL 
CloseDispatcher::dispatchWithNotification(const css::util::URL&
 // our asynchronous process was not finished yet.
 // We have to reject double calls. Otherwise we risk,
 // that we try to close an already closed resource ...
-// And its 

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

2013-02-26 Thread Gregg King
 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 smoked...@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
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits