summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/ftnfrm.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2019-09-27 15:30:46 +0200
committerMiklos Vajna <vmiklos@collabora.com>2019-09-27 16:40:05 +0200
commit3ca49f4ebd959d08c9d1e85c3cba889fd43cebd7 (patch)
tree788294addcabde0ffc7ec314b5fa0328226ad248 /sw/source/core/inc/ftnfrm.hxx
parent89bb0b0dcd8dc4656d0047cd10702d1c471c0fa1 (diff)
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
Diffstat (limited to 'sw/source/core/inc/ftnfrm.hxx')
-rw-r--r--sw/source/core/inc/ftnfrm.hxx4
1 files changed, 2 insertions, 2 deletions
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
{