https://bugs.documentfoundation.org/show_bug.cgi?id=158713
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |desktop.org | Status|NEW |ASSIGNED --- Comment #11 from Justin L <[email protected]> --- Sorry I didn't notice this earlier. I just stumbled across it now. Likely sounding functions MoveFootnotes, RemoveFootnotes and RemovePage/RemoveSuperfluous all didn't do anything. Avoiding a Join() stops it though. It is removed during SwTextFrame::DestroyImpl() with RemoveFootnotesForNode. Sadly, at this point SwTabFrame is already gone, so we can't even find out if it IsFollow() or if the row was a headline row. Oh, maybe it is as simple as return new SwFootnotePortion(u""_ustr, nullptr)? Nope. It doesn't care at all about pFootnote. It just asks if the text frame has been flagged with mbFootnote - which happens during SwFootnotePortion::Format. So either in there, or in SwTextFrame::SetFootnote I need to force mbFootnote to false. -- You are receiving this mail because: You are the assignee for the bug.
