| commit | 9445a5633b167c84eb96c515f3ae765ab427442a | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Sun Aug 02 15:23:54 2020 +0100 |
| committer | Caolán McNamara <caolanm@redhat.com> | Sun Aug 02 17:13:32 2020 +0200 |
| tree | 85bceab37508bbdb3e40af107c966efdc9b1d575 | |
| parent | 47ca84c47b03009fc9be751f1090f583bb3f53b7 [diff] |
tdf#135098 assert/crash on checking IsSelected on cell being disposed Change-Id: I32ce9fcca86de4608939d385f42c43afc46bfb7d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99956 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/sw/source/core/access/acccell.cxx b/sw/source/core/access/acccell.cxx index f7d689a..ee53363 100644 --- a/sw/source/core/access/acccell.cxx +++ b/sw/source/core/access/acccell.cxx
@@ -86,6 +86,9 @@ void SwAccessibleCell::GetStates( ::utl::AccessibleStateSetHelper& rStateSet ) //Add resizable state to table cell. rStateSet.AddState( AccessibleStateType::RESIZABLE ); if (IsDisposing()) // tdf#135098 return; // SELECTED if( IsSelected() ) {