diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-02-09 21:33:24 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-02-09 21:42:38 +0100 |
commit | bd269f902b86ecb5dde0043838be14c867ee8bec (patch) | |
tree | e572bf94cd6964402b677baaa716dedfdb8e2b2c | |
parent | 1bc10ebd32513e5a497f229d9e76e4509a6a366f (diff) |
tdf#91596 sw: make Format All Comments persistent
Change-Id: I8f9a20084d2dc8abd7699f64307b81321699498c
-rw-r--r-- | sw/source/uibase/docvw/PostItMgr.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/uibase/docvw/PostItMgr.cxx b/sw/source/uibase/docvw/PostItMgr.cxx index 930948fafe74..a3f53456b322 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(); |