diff options
author | Philippe Jung <phil.jung@free.fr> | 2015-06-02 17:43:19 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-02 22:07:30 +0000 |
commit | 9f01951b858453684f2622541af0eb85d4544fc6 (patch) | |
tree | 1fcf945d94350c3f2ccb81978c852a8a88a8bc3c /officecfg | |
parent | 365896fe45286c6545915e0fe8be0378f900ebad (diff) |
tdf#91228 Fix Writer crash
Start Writer, Insert Image, Anchor as character, Go after
image, press enter, writer crash
This is because m_pAnchoredFly is not updated.
JoinPrev, JoinNext and SplitContentNode all rely on CutText with calls
InsertHint. InsertHint calls SetAnchor. SetAnchor calls Modify callback
except if "LockModify"ed. This patch ensures that, whatever the value of
LockModify, the references are kept correct.
Change-Id: Id7254784c6954db4b542b2c4228b388fb924bbc2
Reviewed-on: https://gerrit.libreoffice.org/16041
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'officecfg')
0 files changed, 0 insertions, 0 deletions