https://bugs.documentfoundation.org/show_bug.cgi?id=134759
--- Comment #10 from Michael Stahl (allotropia) <[email protected]> --- merged para is from node 93 to 254, 254 is pParaPropsNode - both before and after save. the difference is that before save node 254 had: 72 = { <SfxStringItem> = { <CntUnencodedStringItem> = { <SfxPoolItem> = { _vptr.SfxPoolItem = 0x7f7e7a6b3940 <vtable for SwNumRuleItem+16>, m_nRefCount = 3, m_nWhich = 72, m_nKind = SfxItemKind::NONE }, members of CntUnencodedStringItem: m_aValue = "" }, <No data fields>}, <No data fields>}, while after save: 72 = { <SfxStringItem> = { <CntUnencodedStringItem> = { <SfxPoolItem> = { _vptr.SfxPoolItem = 0x7f7e7a6b3940 <vtable for SwNumRuleItem+16>, m_nRefCount = 92, m_nWhich = 72, m_nKind = SfxItemKind::NONE }, members of CntUnencodedStringItem: m_aValue = "Bullet " }, <No data fields>}, <No data fields>}, 79 = { <CntUInt16Item> = { <SfxPoolItem> = { _vptr.SfxPoolItem = 0x7f7ec29d0680 <vtable for SfxUInt16Item+16>, m_nRefCount = 80, m_nWhich = 79, m_nKind = SfxItemKind::NONE }, members of CntUInt16Item: m_nValue = 2 }, <No data fields>}, 82 = { <CntUnencodedStringItem> = { <SfxPoolItem> = { _vptr.SfxPoolItem = 0x7f7ec29d2398 <vtable for SfxStringItem+16>, m_nRefCount = 93, m_nWhich = 82, m_nKind = SfxItemKind::NONE }, members of CntUnencodedStringItem: m_aValue = "list2998949076" }, <No data fields>}, 83 = { <SfxPoolItem> = { _vptr.SfxPoolItem = 0x7f7ec29d0710 <vtable for SfxInt16Item+16>, m_nRefCount = 75, m_nWhich = 83, m_nKind = SfxItemKind::NONE }, members of SfxInt16Item: m_nValue = 1 }, 92 = { <SfxPoolItem> = { _vptr.SfxPoolItem = 0x7f7ec4dac8d8 <vtable for SvxULSpaceItem+16>, m_nRefCount = 113, m_nWhich = 92, m_nKind = SfxItemKind::NONE }, members of SvxULSpaceItem: nUpper = 200, nLower = 120, bContext = false, nPropUpper = 100, nPropLower = 100 }, ... apparently these items were on pFirstNode before saving, then moving the redlines merged first and last paragraph, then moving redlines back didn't fix it. hmm not obvious what to do about this. -- You are receiving this mail because: You are the assignee for the bug.
