sw/inc/node.hxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 92931e1162134cb88a5f413b1a317fc9fdd3579c Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Mon Jan 16 20:08:10 2023 +0100 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Tue Jan 17 07:13:19 2023 +0000
sw: document SwSectionNode Note how all the table cells, sections, flys etc have low-level sections, but only the UI-level section's start node is called a section node. Change-Id: I730f17b3a63c9e49ee099f82aa39f7a55b2da3fe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145634 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx index 8bed9dd7240d..a6a7dc603a27 100644 --- a/sw/inc/node.hxx +++ b/sw/inc/node.hxx @@ -568,6 +568,8 @@ private: SwTableNode & operator= ( const SwTableNode & rNode ) = delete; }; +/// A section node represents the start of a section on the UI, i.e. the container created using +/// Insert -> Section menu item. class SAL_DLLPUBLIC_RTTI SwSectionNode final : public SwStartNode {