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

--- Comment #3 from Justin L <[email protected]> ---
Basic import looks good. I had a string of size 7, with
[  13]  0x555556fbd8b8            TextNode "   \001☐\001\001",
because the last textbox also created a DummyChar of \001. But somewhere along
the line it must have merged stuff, eliminated the last dummy, and extended the
FLY hint to be start 4, end 6 - the same as the content control.
I.E. at export time, I have only
[  13]  0x555556fbd8b8            TextNode "   \001☐\001",

That last \001 is deleted by sw/source/core/unocore/unodraw.cxx
   pTextNode->DeleteAttributes(RES_TXTATR_FLYCNT, nIdx);
but at this point it still looks OK - the contentIndex still points to 6, not
4.

[111] = {<SfxPoolItem> = SwFormatAnchor+16, m_nWhich = 111, , m_oContentAnchor
= {SwPosition (node 13, offset 6)}, m_eAnchorId = RndStdIds::FLY_AT_CHAR

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to