accessibility/source/extended/AccessibleBrowseBoxCheckBoxCell.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2e57dac3b44a17d4c45f242059d43225e79174e3
Author:     Arnaud Versini <[email protected]>
AuthorDate: Sun Oct 14 14:21:35 2018 +0200
Commit:     Arnaud Versini <[email protected]>
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 <[email protected]>

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();
     }
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to