diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-07 16:36:28 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-07 07:09:10 +0200 |
commit | 548f30f21b161e01607f523f65861f47fc78867a (patch) | |
tree | b57dfecd525ecf2321e013cd23f8fdf31b689e97 /chart2 | |
parent | dafb3bda09bfc691afa4ef7963f62fbc684b48ea (diff) |
Fix typo
Change-Id: I0037cf0a59189862ad502bfbdb00580ed7378fe4
Reviewed-on: https://gerrit.libreoffice.org/70393
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/accessibility/AccessibleBase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/controller/accessibility/AccessibleBase.cxx b/chart2/source/controller/accessibility/AccessibleBase.cxx index 84259dabbfc3..7f545b35c018 100644 --- a/chart2/source/controller/accessibility/AccessibleBase.cxx +++ b/chart2/source/controller/accessibility/AccessibleBase.cxx @@ -415,7 +415,7 @@ void SAL_CALL AccessibleBase::disposing() MutexGuard aGuard(m_aMutex); OSL_ENSURE(!m_bIsDisposed, "dispose() called twice"); - // notify disposing to all AccessibleEvent listeners asynchron + // notify disposing to all AccessibleEvent listeners asynchronous if (m_nEventNotifierId) { ::comphelper::AccessibleEventNotifier::revokeClientNotifyDisposing(m_nEventNotifierId, |