https://bugs.documentfoundation.org/show_bug.cgi?id=147039
--- Comment #2 from Telesto <[email protected]> --- Created attachment 177873 --> https://bugs.documentfoundation.org/attachment.cgi?id=177873&action=edit Bibisect log Bisected to: author Luboš Luňák <[email protected]> 2014-08-12 18:39:02 +0200 committer Luboš Luňák <[email protected]> 2014-08-12 20:23:16 +0200 commit 2903d85d6197829633d7f96c95cd55821c2c20ff (patch) tree c73b28cb073885647e4e9274735bc7e4ed93fa10 parent 95f0811c093680e6258f3bc973a3f7a3731a28f4 (diff) fix deleting an image anchored to last paragraph in document It only compared nodes instead of SwPositions, thus refusing to delete anything anchored at the last content node. Also, select-all makes rEnd point to the last content node, after its content. So if an anchor-to-char image is anchored at the end of the paragraph, it points to this place, too, so that must be checked. https://cgit.freedesktop.org/libreoffice/core/commit/?id=2903d85d6197829633d7f96c95cd55821c2c20ff -- You are receiving this mail because: You are the assignee for the bug.
