diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-16 16:40:06 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-16 23:33:04 +0100 |
commit | 40d94e6084980ec710ee8032e4a214ec237c7c48 (patch) | |
tree | 9f8e389c7b5cd04bb6c380cd6773e41fcd4ab051 /framework/inc/services | |
parent | 32865e69c9774d5545a3100158798b6763ff62f0 (diff) |
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/inc/services')
-rw-r--r-- | framework/inc/services/desktop.hxx | 2 |
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. * |