summaryrefslogtreecommitdiffstats
path: root/framework/inc/services/desktop.hxx
diff options
context:
space:
mode:
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