[Libreoffice-commits] core.git: sw/source

Michael Stahl mstahl at redhat.com
Thu Feb 9 20:47:11 UTC 2017


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

New commits:
commit bd269f902b86ecb5dde0043838be14c867ee8bec
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Feb 9 21:33:24 2017 +0100

    tdf#91596 sw: make Format All Comments persistent
    
    Change-Id: I8f9a20084d2dc8abd7699f64307b81321699498c

diff --git a/sw/source/uibase/docvw/PostItMgr.cxx b/sw/source/uibase/docvw/PostItMgr.cxx
index 930948f..a3f5345 100644
--- a/sw/source/uibase/docvw/PostItMgr.cxx
+++ b/sw/source/uibase/docvw/PostItMgr.cxx
@@ -1620,6 +1620,8 @@ void SwPostItMgr::FormatAll(const SfxItemSet &rNewAttr)
         pOLV->SetAttribs(rNewAttr);
         //restore old selection
         pOLV->SetSelection(aOrigSel);
+        // tdf#91596 store updated formatting in SwField
+        (*i)->pPostIt->UpdateData();
     }
 
     mpWrtShell->EndUndo();


More information about the Libreoffice-commits mailing list