[Libreoffice-commits] core.git: framework/inc
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jun 8 07:01:58 UTC 2019
framework/inc/dispatch/closedispatcher.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 1f07faf2caf8fd8df6fa8824ff5030b01c0c0634
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:23:08 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Jun 8 09:01:06 2019 +0200
Fix typo
Change-Id: I57ad3ce3595f8225ae6f52afd63dfc2477b7e5d8
Reviewed-on: https://gerrit.libreoffice.org/73689
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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 .-)
More information about the Libreoffice-commits
mailing list