summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:23:08 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-08 09:01:06 +0200
commit1f07faf2caf8fd8df6fa8824ff5030b01c0c0634 (patch)
tree05a6455b7659c0d87f7e2fb0dc48b12143709f97 /framework/inc
parent1a5ab865115f965a0a6fa8989b12cfbe6f4b8e86 (diff)
Fix typo
Change-Id: I57ad3ce3595f8225ae6f52afd63dfc2477b7e5d8 Reviewed-on: https://gerrit.libreoffice.org/73689 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/dispatch/closedispatcher.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx
index dd44a110b3f9..54224b7af9a0 100644
--- a/framework/inc/dispatch/closedispatcher.hxx
+++ b/framework/inc/dispatch/closedispatcher.hxx
@@ -87,7 +87,7 @@ class CloseDispatcher : public ::cppu::WeakImplHelper<
/** @short used for asynchronous callbacks within the main thread.
@descr Internally we work asynchronous. Because our callis
- are not aware, that her request can kill its own environment ... */
+ are not aware, that her request can kill its own environment... */
std::unique_ptr<vcl::EventPoster> m_aAsyncCallback;
/** @short used inside asynchronous callback to decide,
@@ -107,7 +107,7 @@ class CloseDispatcher : public ::cppu::WeakImplHelper<
public:
/** @short connect a new CloseDispatcher instance to its frame.
- @descr One CloseDispatcher instance is bound to onw frame only.
+ @descr One CloseDispatcher instance is bound to own frame only.
That makes an implementation (e.g. of listener support)
much more easier .-)