sw/source/core/inc/txtfrm.hxx | 8 ++++++++ 1 file changed, 8 insertions(+)
New commits: commit e07fe2495b89c645a006de2966126d252aca9a0f Author: Miklos Vajna <[email protected]> AuthorDate: Mon Aug 6 15:04:25 2018 +0200 Commit: Michael Stahl <[email protected]> CommitDate: Fri Aug 10 10:17:07 2018 +0200 sw: document Extent and MergedPara Change-Id: Ia0c3bba156b644cb78187999fc48b6cdc2cd1aaf Reviewed-on: https://gerrit.libreoffice.org/58642 Tested-by: Jenkins Reviewed-by: Michael Stahl <[email protected]> diff --git a/sw/source/core/inc/txtfrm.hxx b/sw/source/core/inc/txtfrm.hxx index be3d341208f3..a9ee00ec2eda 100644 --- a/sw/source/core/inc/txtfrm.hxx +++ b/sw/source/core/inc/txtfrm.hxx @@ -75,6 +75,10 @@ public: namespace sw { +/** + * Describes a part of a single text node, which will be part of a text frame, + * even when redlines are hidden at a layout level. + */ struct Extent { SwTextNode * /*const logically, but need assignment for std::vector*/ pNode; @@ -906,6 +910,10 @@ public: namespace sw { +/** + * Describes parts of multiple text nodes, which will form a text frame, even + * when redlines are hidden at a layout level. + */ struct MergedPara { sw::WriterMultiListener listener; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
