summaryrefslogtreecommitdiff
path: root/framework/source/services
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-29 16:56:44 +0200
committerAndras Timar <andras.timar@collabora.com>2015-06-30 15:57:12 +0000
commit1a8915ef8302b13b781977209ae1fa41f5f659dc (patch)
treee9215b569101c82e3e94dee17f38b5a1a9f5b3f9 /framework/source/services
parentf82e6424075cbc5f4a3766f5f6e28314c249f3f0 (diff)
Fix typos
Change-Id: I1c5e4970d4e90bdea68a901294594104de5e189e Reviewed-on: https://gerrit.libreoffice.org/16582 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'framework/source/services')
-rw-r--r--framework/source/services/desktop.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index d4522a903470..c3f87e01192c 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -1081,7 +1081,7 @@ void SAL_CALL Desktop::disposing()
@short add/remove listener for dispose events
@descr Add an event listener to this object, if you wish to get information
about our dying!
- You must releas ethis listener reference during your own disposing() method.
+ You must release this listener reference during your own disposing() method.
@attention Our container is threadsafe himeslf. So we don't need any lock here.
@param "xListener", reference to valid listener. We don't accept invalid values!