diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-06 17:56:22 +0200 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-07-08 10:01:48 +0200 |
commit | dc8ed4b8e1fa5ed3b934bfcf5999ddb75ea07b0a (patch) | |
tree | caf18e7c4781a02c46f620d92787b5dc0ebbbb35 /svtools | |
parent | 40b1e5d40667e5863aa213a31fa1b06085bd407a (diff) |
Fix typo
Change-Id: I1cc4544e807d7c04aa171358ccd1c204040dff55
Reviewed-on: https://gerrit.libreoffice.org/57078
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/misc/acceleratorexecute.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/misc/acceleratorexecute.cxx b/svtools/source/misc/acceleratorexecute.cxx index 265408fe10d0..6d4737334dce 100644 --- a/svtools/source/misc/acceleratorexecute.cxx +++ b/svtools/source/misc/acceleratorexecute.cxx @@ -53,8 +53,8 @@ class AsyncAccelExec : public cppu::WeakImplHelper<css::lang::XEventListener> /** creates a new instance of this class, which can be used one times only! - This instance can be forced to execute it's internal set request - asynchronous. After that it deletes itself ! + This instance can be forced to execute its internal set request + asynchronous. After that it deletes itself! */ static AsyncAccelExec* createOneShotInstance(const css::uno::Reference<css::lang::XComponent>& xFrame, const css::uno::Reference<css::frame::XDispatch>& xDispatch, |