From 2e57dac3b44a17d4c45f242059d43225e79174e3 Mon Sep 17 00:00:00 2001 From: Arnaud Versini Date: Sun, 14 Oct 2018 14:21:35 +0200 Subject: Attempt to fix tdf#118193 Change-Id: I41e3548c98e0fbe86a9a736c66b4cf6d746d84c7 Reviewed-on: https://gerrit.libreoffice.org/61757 Tested-by: Jenkins Reviewed-by: Arnaud Versini --- accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'accessibility/source') 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(); } -- cgit