sw/source/core/text/porglue.hxx | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 0bcce236059ae68c6dcc7bce8ceaec5d39c28f1c Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Mon Feb 20 20:40:19 2023 +0100 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Tue Feb 21 07:03:35 2023 +0000 sw: document SwGluePortion This is typically subclassed, but there is a single case for footnotes where created as-is. Change-Id: I36649d6fa25761a76469dd0c328b54c156be4f64 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147348 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/sw/source/core/text/porglue.hxx b/sw/source/core/text/porglue.hxx index d46962d454bb..aaaeec339f31 100644 --- a/sw/source/core/text/porglue.hxx +++ b/sw/source/core/text/porglue.hxx @@ -24,6 +24,9 @@ class SwRect; class SwLineLayout; +/// A glue portion is either a base class for other portions that want to have a certain width to +/// push text out (e.g. tab portions) or used to align SwQuoVadisPortion instances on the right for +/// footnotes. class SwGluePortion : public SwLinePortion { private: