https://bugs.documentfoundation.org/show_bug.cgi?id=154927

Julien Nabet <serval2...@yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |serval2...@yahoo.fr

--- Comment #2 from Julien Nabet <serval2...@yahoo.fr> ---
Created attachment 186810
  --> https://bugs.documentfoundation.org/attachment.cgi?id=186810&action=edit
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)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to