[Libreoffice-commits] core.git: sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Aug 10 08:17:32 UTC 2018
sw/source/core/inc/txtfrm.hxx | 8 ++++++++
1 file changed, 8 insertions(+)
New commits:
commit e07fe2495b89c645a006de2966126d252aca9a0f
Author: Miklos Vajna <vmiklos at collabora.co.uk>
AuthorDate: Mon Aug 6 15:04:25 2018 +0200
Commit: Michael Stahl <Michael.Stahl at cib.de>
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 <Michael.Stahl at cib.de>
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;
More information about the Libreoffice-commits
mailing list