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

2019-08-19 Thread Andrea Gelmini (via logerrit)
 framework/inc/dispatch/interceptionhelper.hxx 
|4 ++--
 framework/source/services/desktop.cxx 
|2 +-
 include/unotools/cmdoptions.hxx   
|2 +-
 odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java   
|2 +-
 odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java 
|4 ++--
 odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/ViewContainer.java  
|4 ++--
 6 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit b11611ffac5223f62bdecde023b6f3c456d327f2
Author: Andrea Gelmini 
AuthorDate: Fri Aug 16 15:50:41 2019 +0200
Commit: Samuel Mehrbrodt 
CommitDate: Mon Aug 19 11:34:21 2019 +0200

Fix typos

To complete
https://gerrit.libreoffice.org/#/c/77567/

Change-Id: I9f56eb308ff9b23c4259a0abae60ac2f97038393
Reviewed-on: https://gerrit.libreoffice.org/77589
Reviewed-by: Julien Nabet 
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt 

diff --git a/framework/inc/dispatch/interceptionhelper.hxx 
b/framework/inc/dispatch/interceptionhelper.hxx
index fd8e342c4c34..fbc8c33927bc 100644
--- a/framework/inc/dispatch/interceptionhelper.hxx
+++ b/framework/inc/dispatch/interceptionhelper.hxx
@@ -221,7 +221,7 @@ class InterceptionHelper : public  ::cppu::WeakImplHelper<
 @attention  We don't check for double registrations here!
 
 @param  xInterceptor
-reference to interceptor, which wish to be registered 
here.
+reference to interceptor, which wishes to be 
registered here.
 
 @throw  A RuntimeException if the given reference is NULL!
  */
@@ -235,7 +235,7 @@ class InterceptionHelper : public  ::cppu::WeakImplHelper<
 and delete all special information about it.
 
 @param  xInterceptor
-reference to the interceptor, which wish to be 
deregistered.
+reference to the interceptor, which wishes to be 
deregistered.
 
 @throw  A RuntimeException if the given reference is NULL!
  */
diff --git a/framework/source/services/desktop.cxx 
b/framework/source/services/desktop.cxx
index 22dbfcd30e35..7e0052bf57a6 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -733,7 +733,7 @@ css::uno::Sequence< css::uno::Reference< 
css::frame::XDispatch > > SAL_CALL Desk
 
 @descr  It's really provided by an internal helper, which is used 
inside the dispatch API too.
 @param  xInterceptor
-the interceptor object, which wish to be (de)registered.
+the interceptor object, which wishes to be (de)registered.
 
 @threadsafe yes
 
*//*-*/
diff --git a/include/unotools/cmdoptions.hxx b/include/unotools/cmdoptions.hxx
index b2134a60c5de..6beadc644de9 100644
--- a/include/unotools/cmdoptions.hxx
+++ b/include/unotools/cmdoptions.hxx
@@ -95,7 +95,7 @@ class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtCommandOptions : 
public utl::detail:
 deregistration mechanism too, we use weak references to
 the given frames.
 
-@param  "xFrame"points to the frame, which wish to 
be
+@param  "xFrame"points to the frame, which wishes 
to be
 notified, if configuration was 
changed.
 
*//*-*/
 
diff --git 
a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java 
b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
index 0f885f636934..57ac4e77951e 100644
--- 
a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
+++ 
b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/DocumentView.java
@@ -359,7 +359,7 @@ public class DocumentView extendsJFrame
 
 /**
  * callback from our internal saved frame
- * which wish to die. It's not necessary to remove listener connections
+ * which wishes to die. It's not necessary to remove listener connections
  * here. Because the broadcaster do it automatically.
  * We have to release all references to him only.
  *
diff --git 
a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java 
b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java
index 8da2103aaa61..4eb7f80a76f8 100644
--- 
a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java
+++ 
b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java
@@ -70,7 +70,7 @@ class OnewayExecutor ex

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

2014-04-06 Thread Tor Lillqvist
 framework/inc/dispatch/dispatchprovider.hxx   
|2 -
 framework/inc/dispatch/interceptionhelper.hxx 
|2 -
 framework/inc/dispatch/menudispatcher.hxx 
|2 -
 framework/inc/dispatch/popupmenudispatcher.hxx
|2 -
 framework/inc/helper/dockingareadefaultacceptor.hxx   
|2 -
 framework/inc/helper/ocomponentaccess.hxx 
|8 ++--
 framework/inc/helper/ocomponentenumeration.hxx
|2 -
 framework/inc/helper/oframes.hxx  
|   10 ++---
 framework/inc/queries.h   
|2 -
 framework/inc/services/mediatypedetectionhelper.hxx   
|2 -
 framework/inc/targets.h   
|2 -
 framework/source/fwe/classes/addonsoptions.cxx
|   14 +++
 framework/source/helper/oframes.cxx   
|   10 ++---
 framework/source/services/desktop.cxx 
|   16 
 framework/source/services/frame.cxx   
|   18 +-
 include/unotools/historyoptions.hxx   
|2 -
 odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/OnewayExecutor.java 
|2 -
 unotools/source/config/cmdoptions.cxx 
|   16 
 unotools/source/config/compatibility.cxx  
|8 ++--
 unotools/source/config/dynamicmenuoptions.cxx 
|   14 +++
 unotools/source/config/extendedsecurityoptions.cxx
|   12 +++---
 unotools/source/config/fontoptions.cxx
|   18 +-
 unotools/source/config/historyoptions.cxx 
|8 ++--
 unotools/source/config/localisationoptions.cxx
|   16 
 unotools/source/config/moduleoptions.cxx  
|2 -
 unotools/source/config/printwarningoptions.cxx
|8 ++--
 unotools/source/config/securityoptions.cxx
|   10 ++---
 27 files changed, 105 insertions(+), 105 deletions(-)

New commits:
commit d9701f0ebce5b06212a9361ce753f3bf17510418
Author: Tor Lillqvist 
Date:   Sun Apr 6 20:25:20 2014 +0300

Typo: s/ouer/our

Change-Id: I0179678c6c5dd6a05b1d7d5038a901e7bf2af3de

diff --git a/framework/inc/dispatch/dispatchprovider.hxx 
b/framework/inc/dispatch/dispatchprovider.hxx
index 9aa7143..8f15e13 100644
--- a/framework/inc/dispatch/dispatchprovider.hxx
+++ b/framework/inc/dispatch/dispatchprovider.hxx
@@ -66,7 +66,7 @@ enum EDispatchHelper
 - a normal frame never can create a new one by 
himself
 
 @attention  Use this class as member only! Never use it as baseclass.
-XInterface will be ambigous and we hold a weakreference to 
ouer OWNER - not to ouer SUPERCLASS!
+XInterface will be ambigous and we hold a weakreference to 
our OWNER - not to our SUPERCLASS!
 
 @base   OWeakObject
 provides ref count and weak mechanism
diff --git a/framework/inc/dispatch/interceptionhelper.hxx 
b/framework/inc/dispatch/interceptionhelper.hxx
index 06a7c79..199c47e 100644
--- a/framework/inc/dispatch/interceptionhelper.hxx
+++ b/framework/inc/dispatch/interceptionhelper.hxx
@@ -45,7 +45,7 @@ namespace framework{
 master/slave functionality AND using of optional features like 
registration of URL pattern!
 
 @attention  Don't use this class as direct member - use it dynamicly. Do 
not derive from this class.
-We hold a weakreference to ouer owner not to ouer superclass.
+We hold a weakreference to our owner not to our superclass.
  */
 class InterceptionHelper : public  ::cppu::WeakImplHelper3<
  css::frame::XDispatchProvider,
diff --git a/framework/inc/dispatch/menudispatcher.hxx 
b/framework/inc/dispatch/menudispatcher.hxx
index 7bc0671..48abdd4 100644
--- a/framework/inc/dispatch/menudispatcher.hxx
+++ b/framework/inc/dispatch/menudispatcher.hxx
@@ -58,7 +58,7 @@ typedef ::cppu::OMultiTypeInterfaceContainerHelperVar<  
OUString ,
 
/*-
 @short  helper for desktop only(!) to create new tasks on demand 
for dispatches
 @descr  Use this class as member only! Never use it as baseclass.
-XInterface will be ambigous and we hold a 
weakcss::uno::Refere