sw/source/uibase/utlui/content.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 1fb9195131c194c59a3393454d2dfcf56935a337
Author: Jim Raykowski <rayk...@gmail.com>
Date:   Sun Oct 15 00:55:50 2017 -0800

    tdf#58186 Update Navigator after promote/demote undo
    
    Change-Id: I736d9d2ed863e0978a9abfecdca7dbf7a30f5d81
    Reviewed-on: https://gerrit.libreoffice.org/43407
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de>
    (cherry picked from commit bee1daa15fedd3e27521dd66e7595c17087b6b3a)
    Reviewed-on: https://gerrit.libreoffice.org/44349
    Reviewed-by: Michael Stahl <mst...@redhat.com>

diff --git a/sw/source/uibase/utlui/content.cxx 
b/sw/source/uibase/utlui/content.cxx
index bb2a16a16488..b7a29bcea450 100644
--- a/sw/source/uibase/utlui/content.cxx
+++ b/sw/source/uibase/utlui/content.cxx
@@ -2280,6 +2280,8 @@ void SwContentTree::Notify(SfxBroadcaster & rBC, SfxHint 
const& rHint)
     {
         SfxListener::Notify(rBC, rHint);
     }
+    if (SfxHintId::DocChanged == rHint.GetId())
+        m_bViewHasChanged = true;
 }
 
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to