https://bugs.documentfoundation.org/show_bug.cgi?id=73977
--- Comment #25 from ardv <[email protected]> --- i find a solution: in this file: sw/source/core/layout/ftnfrm.cxx the line: 2727: nRet -= aRectFnSet.GetHeight(pPg->getFramePrintArea())/5; edited to: nRet -= aRectFnSet.GetHeight(pPg->getFramePrintArea())/20; now the footnote area is longer and more than 80 percent. i hope this does not affect other behaviours of the software. now there is another problem: there is always a line in the main text. how to make the whole page just for the footnote if it is big? -- You are receiving this mail because: You are the assignee for the bug.
