sw: document what Cont means in SwFootnoteContFrame

It's container, not content or continuation.

Change-Id: I741798ff9dd72cc5d277107a935d8ccdf33d495c
Reviewed-on: https://gerrit.libreoffice.org/79721
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
This commit is contained in:
Miklos Vajna
2019-09-27 15:30:46 +02:00
parent 89bb0b0dcd
commit 3ca49f4ebd

View File

@@ -39,9 +39,9 @@ void RemoveFootnotesForNode(
}
// There exists a special section on a page for footnotes. It's called
// There exists a special container frame on a page for footnotes. It's called
// SwFootnoteContFrame. Each footnote is separated by a SwFootnoteFrame which contains
// the paragraphs of a footnote. SwFootnoteFrame can be split and will then
// the text frames of a footnote. SwFootnoteFrame can be split and will then
// continue on another page.
class SwFootnoteContFrame: public SwLayoutFrame
{