diff options
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, |