diff options
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/uibase/utlui/content.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx index e29ec40cab33..50b425a51d83 100644 --- a/sw/source/uibase/utlui/content.cxx +++ b/sw/source/uibase/utlui/content.cxx @@ -2782,7 +2782,7 @@ void SwContentTree::ToggleToRoot() { for (ContentTypeId i : o3tl::enumrange<ContentTypeId>()) { - if (i != m_nLastSelType) + if (i != m_nLastSelType && m_aActiveContentArr[i]) m_aActiveContentArr[i]->FillMemberList(); } } |