summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-16 15:50:41 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-08-19 11:34:21 +0200
commitb11611ffac5223f62bdecde023b6f3c456d327f2 (patch)
tree18441d7cee325c5af16eb5e29c4c33e375f7c5b6 /framework
parent35b41150e84940e87b9d961b6b402e3e060d6b8b (diff)
Fix typos
To complete https://gerrit.libreoffice.org/#/c/77567/ Change-Id: I9f56eb308ff9b23c4259a0abae60ac2f97038393 Reviewed-on: https://gerrit.libreoffice.org/77589 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/dispatch/interceptionhelper.hxx4
-rw-r--r--framework/source/services/desktop.cxx2
2 files changed, 3 insertions, 3 deletions
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
*//*-*************************************************************************************************************/