[Libreoffice-commits] core.git: accessibility/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Oct 18 10:42:58 UTC 2018
accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2e57dac3b44a17d4c45f242059d43225e79174e3
Author: Arnaud Versini <arnaud.versini at libreoffice.org>
AuthorDate: Sun Oct 14 14:21:35 2018 +0200
Commit: Arnaud Versini <arnaud.versini at libreoffice.org>
CommitDate: Thu Oct 18 12:41:47 2018 +0200
Attempt to fix tdf#118193
Change-Id: I41e3548c98e0fbe86a9a736c66b4cf6d746d84c7
Reviewed-on: https://gerrit.libreoffice.org/61757
Tested-by: Jenkins
Reviewed-by: Arnaud Versini <arnaud.versini at libreoffice.org>
diff --git a/accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx b/accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx
index 7891b7a21334..9deadb49f409 100644
--- a/accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx
+++ b/accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx
@@ -133,6 +133,7 @@ namespace accessibility
sal_Int32 SAL_CALL AccessibleCheckBoxCell::getAccessibleIndexInParent()
{
::osl::MutexGuard aGuard( getMutex() );
+ ensureIsAlive();
return ( getRowPos() * mpBrowseBox->GetColumnCount() ) + getColumnPos();
}
More information about the Libreoffice-commits
mailing list