summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-19 00:30:26 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-19 09:39:05 +0200
commitb9b8ca7739828c26ec421b486a3018b8382a4caf (patch)
treeb92d0a3be928e4a14df2abf734f28ae3940173fc /framework
parentcbe9601e5972ec1c466311e0b148a9fbe8cda4d1 (diff)
Fix typos
Change-Id: I5e7cbd49e8bd7d9d6957508f8c8534653854cb3c Reviewed-on: https://gerrit.libreoffice.org/77679 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/dispatch/loaddispatcher.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/dispatch/loaddispatcher.cxx b/framework/source/dispatch/loaddispatcher.cxx
index 49d2a496e723..07ee5adf9798 100644
--- a/framework/source/dispatch/loaddispatcher.cxx
+++ b/framework/source/dispatch/loaddispatcher.cxx
@@ -73,13 +73,13 @@ css::uno::Any LoadDispatcher::impl_dispatch( const css::util::URL& rURL,
const css::uno::Reference< css::frame::XDispatchResultListener >& xListener )
{
// Attention: May be nobody outside hold such temp. dispatch object alive (because
- // the container in which we resists isn't implemented threadsafe but updated by a timer
- // and clear our reference ...) we should hold us self alive!
+ // the container in which we resist isn't implemented threadsafe but updated by a timer
+ // and clear our reference...) we should hold us self alive!
css::uno::Reference< css::uno::XInterface > xThis(static_cast< css::frame::XNotifyingDispatch* >(this), css::uno::UNO_QUERY);
osl::MutexGuard g(m_mutex);
- // We are the only client of this load env object ... but
+ // We are the only client of this load env object... but
// may a dispatch request before is still in progress (?!).
// Then we should wait a little bit and block this new request.
// In case we run into the timeout, we should reject this new request