summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-16 16:40:06 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-11-16 23:33:04 +0100
commit40d94e6084980ec710ee8032e4a214ec237c7c48 (patch)
tree9f8e389c7b5cd04bb6c380cd6773e41fcd4ab051 /framework
parentFix typos (diff)
downloadcore-40d94e6084980ec710ee8032e4a214ec237c7c48.tar.gz
core-40d94e6084980ec710ee8032e4a214ec237c7c48.zip
Fix typos
Change-Id: I25660634dcb9ebb31292275e31ed7a047e4ddd25 Reviewed-on: https://gerrit.libreoffice.org/63474 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/services/desktop.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx
index 04438ecc14d9..bbde5e69a237 100644
--- a/framework/inc/services/desktop.hxx
+++ b/framework/inc/services/desktop.hxx
@@ -439,7 +439,7 @@ class Desktop : private cppu::BaseMutex,
*/
css::uno::Reference< css::frame::XTerminateListener > m_xSWThreadManager;
- /** special terminate listener shuting down the SfxApplication.
+ /** special terminate listener shutting down the SfxApplication.
* Because these desktop instance closes documents and informs listener
* only... it does not really shutdown the whole application.
*