https://bugs.documentfoundation.org/show_bug.cgi?id=164484
--- Comment #4 from ardv <[email protected]> --- in this file: sw/source/core/layout/ftnfrm.cxxsw/source/core/layout/ftnfrm.cxx line 978, codex suggests this: if ( GetFormat()->GetDoc().GetFootnoteInfo().m_eNum == FTNNUM_PAGE ) { SwPageFrame *pPage = static_cast<SwPageFrame*>(Lower()); while ( pPage && !pPage->IsFootnotePage() ) while ( pPage ) { pPage->UpdateFootnoteNum(); if ( !pPage->IsFootnotePage() ) pPage->UpdateFootnoteNum(); pPage = static_cast<SwPageFrame*>(pPage->GetNext()); } -- You are receiving this mail because: You are the assignee for the bug.
