Kaydet (Commit) 911237e9 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Jens Carl

Fix typo

Change-Id: Ic7ed36a39c09627e94f61a2b36454c4f19b24ebd
Reviewed-on: https://gerrit.libreoffice.org/70021
Tested-by: Jenkins
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst 029e8953
...@@ -377,7 +377,7 @@ css::uno::Reference< css::accessibility::XAccessibleContext > SAL_CALL Accessibl ...@@ -377,7 +377,7 @@ css::uno::Reference< css::accessibility::XAccessibleContext > SAL_CALL Accessibl
SolarMutexGuard g; SolarMutexGuard g;
// if the context died meanwhile (we're no listener, so it won't tell us explicitly when this happens), // 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() ) if ( m_xContext.is() && !m_xContext->isAlive() )
m_xContext = nullptr; m_xContext = nullptr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment