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

New commits:
commit 3b8fdbab0ec79608e24421241c668f2a4027d301
Author: Michael Stahl <mst...@redhat.com>
Date:   Thu Feb 9 21:33:24 2017 +0100

    tdf#91596 sw: make Format All Comments persistent
    
    Change-Id: I8f9a20084d2dc8abd7699f64307b81321699498c
    (cherry picked from commit bd269f902b86ecb5dde0043838be14c867ee8bec)
    Reviewed-on: https://gerrit.libreoffice.org/34105
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sw/source/uibase/docvw/PostItMgr.cxx 
b/sw/source/uibase/docvw/PostItMgr.cxx
index f5316cc..0cacd24 100644
--- a/sw/source/uibase/docvw/PostItMgr.cxx
+++ b/sw/source/uibase/docvw/PostItMgr.cxx
@@ -1472,6 +1472,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();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to