accessibility/source/extended/AccessibleGridControl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 911237e9de3fdc39480ad299118f76f908ea2b92 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Mar 31 18:19:50 2019 +0000 Commit: Jens Carl <[email protected]> CommitDate: Mon Apr 1 05:22:40 2019 +0200 Fix typo Change-Id: Ic7ed36a39c09627e94f61a2b36454c4f19b24ebd Reviewed-on: https://gerrit.libreoffice.org/70021 Tested-by: Jenkins Reviewed-by: Jens Carl <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
