https://bugs.documentfoundation.org/show_bug.cgi?id=96479

--- Comment #5 from Oliver Specht <[email protected]> ---
This still seems o.k. to me:
    cursor.getText().insertString(cursor, ".", true)
cursor includes the '.'
    cursor.getText().insertTextContent(cursor, newBm, true)
newBm includes '.'
    cursor2 = newBm.Anchor.Text.createTextCursorByRange(newBm.Anchor)
cursor2 includes newBm
    cursor2.Text.insertTextContent(cursor2, inputField, true)
insertTextContent removes the selection - that removes newBm - and then inserts
the field

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to