summaryrefslogtreecommitdiff
path: root/framework/inc/services
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-02-02 19:47:20 +0100
committerjan iversen <jani@documentfoundation.org>2016-02-05 06:48:38 +0000
commit534b2a4b58ba765dbc256d6297e33453524915e2 (patch)
tree68524baff923ce094392f49e0f263ae0d35f80e9 /framework/inc/services
parent7f5de2436a5c51ee8dec38a9b04f4a1b3589e361 (diff)
Fix typos
Change-Id: Ice72f8d9971e15dd6ef365e64cd567b8581a92d3 Reviewed-on: https://gerrit.libreoffice.org/21797 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'framework/inc/services')
-rw-r--r--framework/inc/services/desktop.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx
index 03b46789f524..e8fd0017d628 100644
--- a/framework/inc/services/desktop.hxx
+++ b/framework/inc/services/desktop.hxx
@@ -177,7 +177,7 @@ class Desktop : private cppu::BaseMutex,
@descr Additional to adding normal listener these method was implemented special.
Every listener will be asked for its uno implementation name.
- Some of them are well known ... and the corresponding listener wont be added
+ Some of them are well known... and the corresponding listener wont be added
to the container of "normal listener". Those listener will be set as special
member.
see e.g. member m_xSfxTerminator
@@ -429,8 +429,8 @@ class Desktop : private cppu::BaseMutex,
css::uno::Reference< css::frame::XTerminateListener > m_xQuickLauncher;
/** special terminate listener which loads images asynchronous for current open documents.
- * Because internally it uses blocking system APIs ... it can't be guaranteed that
- * running jobs can be cancelled successfully if the corressponding document will be closed ...
+ * Because internally it uses blocking system APIs... it can't be guaranteed that
+ * running jobs can be cancelled successfully if the corresponding document will be closed...
* it will not hinder those documents on closing. Instead it let all jobs running...
* but at least on terminate we have to wait for all those blocked requests.
* So these implementation must be a special terminate listener too .-(