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

--- Comment #7 from Telesto <[email protected]> ---
Assertion failed: (rSData.empty() || rSData[0].m_bRedlineMoved ||
(rSData[0].m_nRedlineCount ==
rDoc.getIDocumentRedlineAccess().GetRedlineTable().size())), function
SetSaveData, file undobj.cxx, line 1487.
Process 72517 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = hit program assert
    frame #4: 0x0000000180995749
libswlo.dylib`SwUndo::SetSaveData(rDoc=0x000000016b9fb640,
rSData=0x0000600000401720) at undobj.cxx:1486:5
   1483 #if OSL_DEBUG_LEVEL > 0
   1484     // check redline count against count saved in RedlineSaveData
object
   1485     // except in the case of moved redlines
-> 1486     assert(rSData.empty() || rSData[0].m_bRedlineMoved ||
   1487            (rSData[0].m_nRedlineCount ==
rDoc.getIDocumentRedlineAccess().GetRedlineTable().size()));
   1488             // "redline count not restored properly"
   1489 #endif
Target 0: (soffice) stopped.

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

Reply via email to