summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/uibase/utlui/content.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/source/uibase/utlui/content.cxx b/sw/source/uibase/utlui/content.cxx
index 660cf16be92b..a41c3f951028 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -2436,10 +2436,7 @@ void SwContentTree::Notify(SfxBroadcaster & rBC, SfxHint const& rHint)
switch (rHint.GetId())
{
case SfxHintId::DocChanged:
- if (!(m_bIsRoot && m_nRootType == ContentTypeId::OUTLINE && HasFocus()))
- {
- m_bViewHasChanged = true;
- }
+ m_bViewHasChanged = true;
break;
case SfxHintId::ModeChanged:
if (SwWrtShell* pShell = GetWrtShell())