https://bugs.documentfoundation.org/show_bug.cgi?id=154927
--- Comment #3 from Samuel Mehrbrodt (allotropia) <[email protected]> --- (In reply to Julien Nabet from comment #2) > Created attachment 186810 [details] > bt with debug symbols > > On pc Debian x86-64 with master sources updated today, I could reproduce > this. > > Quick and perhaps naive fix would be: > diff --git a/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx > b/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx > index 9392bad44ed3..f5673e24c058 100644 > --- a/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx > +++ b/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx > @@ -116,7 +116,7 @@ void A11yCheckIssuesPanel::populateIssues() > void A11yCheckIssuesPanel::NotifyItemUpdate(const sal_uInt16 nSid, const > SfxItemState /* eState */, > const SfxPoolItem* pState) > { > - if (!m_xAccessibilityCheckBox) //disposed > + if (!m_xAccessibilityCheckBox || !pState) //disposed > return; > > switch (nSid) Please go ahead with this fix! -- You are receiving this mail because: You are the assignee for the bug.
