[Libreoffice-commits] core.git: Branch 'libreoffice-5-4' - sw/source

Jim Raykowski raykowj at gmail.com
Mon Nov 6 11:15:44 UTC 2017


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

New commits:
commit 1fb9195131c194c59a3393454d2dfcf56935a337
Author: Jim Raykowski <raykowj at 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 <ci at libreoffice.org>
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    (cherry picked from commit bee1daa15fedd3e27521dd66e7595c17087b6b3a)
    Reviewed-on: https://gerrit.libreoffice.org/44349
    Reviewed-by: Michael Stahl <mstahl at 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;
 }
 
 


More information about the Libreoffice-commits mailing list