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

Michael Stahl mstahl at redhat.com
Fri Feb 10 09:37:30 UTC 2017


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

New commits:
commit 3b8fdbab0ec79608e24421241c668f2a4027d301
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
    (cherry picked from commit bd269f902b86ecb5dde0043838be14c867ee8bec)
    Reviewed-on: https://gerrit.libreoffice.org/34105
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at 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();


More information about the Libreoffice-commits mailing list