diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-03-31 18:19:50 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-04-01 05:22:40 +0200 |
commit | 911237e9de3fdc39480ad299118f76f908ea2b92 (patch) | |
tree | 860198900f17865ddde4e0dde863eed80615f833 /accessibility | |
parent | 029e89537c86da25c3328623fae94960fcfeb8a7 (diff) |
Fix typo
Change-Id: Ic7ed36a39c09627e94f61a2b36454c4f19b24ebd
Reviewed-on: https://gerrit.libreoffice.org/70021
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/source/extended/AccessibleGridControl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/source/extended/AccessibleGridControl.cxx b/accessibility/source/extended/AccessibleGridControl.cxx index 9d0a34064a91..6f69c9d57712 100644 --- a/accessibility/source/extended/AccessibleGridControl.cxx +++ b/accessibility/source/extended/AccessibleGridControl.cxx @@ -377,7 +377,7 @@ css::uno::Reference< css::accessibility::XAccessibleContext > SAL_CALL Accessibl SolarMutexGuard g; // if the context died meanwhile (we're no listener, so it won't tell us explicitly when this happens), - // then reset an re-create. + // then reset and re-create. if ( m_xContext.is() && !m_xContext->isAlive() ) m_xContext = nullptr; |