summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-02-09 21:33:24 +0100
committerMichael Stahl <mstahl@redhat.com>2017-02-09 21:42:38 +0100
commitbd269f902b86ecb5dde0043838be14c867ee8bec (patch)
treee572bf94cd6964402b677baaa716dedfdb8e2b2c
parent1bc10ebd32513e5a497f229d9e76e4509a6a366f (diff)
tdf#91596 sw: make Format All Comments persistent
Change-Id: I8f9a20084d2dc8abd7699f64307b81321699498c
-rw-r--r--sw/source/uibase/docvw/PostItMgr.cxx2
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();