https://bugs.documentfoundation.org/show_bug.cgi?id=145043
--- Comment #6 from David <[email protected]> --- Specifically, it seems to be the command 'rFormatFootnote.GetFootnoteText(*m_pWrtShell->GetLayout())' that is the issue. Maybe I'm mistaken, but from what I can tell, the 'for (SwTextFootnote* pTextFootnote : rFootnoteIdxs)' loop is iterating through all footnotes/endnotes for every edit. Might it be possible and more efficient to only do that on only an insertion or deletion of a footnote/endnote and only change the specific footnote/endnote on an edit. -- You are receiving this mail because: You are the assignee for the bug.
