[Libreoffice-commits] core.git: sw/source
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Fri Sep 27 14:41:32 UTC 2019
sw/source/core/inc/ftnfrm.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 3ca49f4ebd959d08c9d1e85c3cba889fd43cebd7
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Fri Sep 27 15:30:46 2019 +0200
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Fri Sep 27 16:40:05 2019 +0200
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 at collabora.com>
Tested-by: Jenkins
diff --git a/sw/source/core/inc/ftnfrm.hxx b/sw/source/core/inc/ftnfrm.hxx
index 66dff1db3ea7..f0eb3112e20e 100644
--- a/sw/source/core/inc/ftnfrm.hxx
+++ b/sw/source/core/inc/ftnfrm.hxx
@@ -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
{
More information about the Libreoffice-commits
mailing list