summaryrefslogtreecommitdiff
path: root/framework/inc/services/desktop.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-10 14:17:20 +0000
commit64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch)
tree772fc0f308549b9416fbcb06bce2bf0e0f5809cc /framework/inc/services/desktop.hxx
parentd61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff)
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'framework/inc/services/desktop.hxx')
-rw-r--r--framework/inc/services/desktop.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx
index 1731dd846782..1212397d0a8d 100644
--- a/framework/inc/services/desktop.hxx
+++ b/framework/inc/services/desktop.hxx
@@ -150,7 +150,7 @@ class Desktop : private cppu::BaseMutex,
different to all other listener.
Btw: Desktop.terminate() was designed in the past to be used
- within an UI based envrionment. So it's allowed e.g. to
+ within an UI based environment. So it's allowed e.g. to
call XController.suspend() here. If UI isn't an option ... please
use XCloseable.close() at these desktop implementation.
... if it will be supported in the future .-))
@@ -331,7 +331,7 @@ class Desktop : private cppu::BaseMutex,
*
* @param [out] lCalledListener
* every called listener will be returned here.
- * Those list will be used to informa all called listener
+ * Those list will be used to inform all called listener
* about cancel this termination request.
*
* @param [out] bVeto