sw/inc/fmtlsplt.hxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit a490cbfd9a5c9e69979b412d78dbe08bc307541f
Author: Miklos Vajna <[email protected]>
AuthorDate: Mon Aug 21 19:47:12 2023 +0200
Commit: Miklos Vajna <[email protected]>
CommitDate: Tue Aug 22 08:04:31 2023 +0200
sw: document SwFormatLayoutSplit
Here layout means a table, given that rows have a dedicated
SwFormatRowSplit.
Change-Id: I02255e2b787923ad56a9bfc8b7e7e8b02d8551cc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155903
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <[email protected]>
diff --git a/sw/inc/fmtlsplt.hxx b/sw/inc/fmtlsplt.hxx
index 75feda2a04aa..8038f597d9a9 100644
--- a/sw/inc/fmtlsplt.hxx
+++ b/sw/inc/fmtlsplt.hxx
@@ -26,6 +26,8 @@
class IntlWrapper;
+/// This appears in a table's item set, and controls if the table is allowed
to split across pages
+/// and columns.
class SW_DLLPUBLIC SwFormatLayoutSplit final : public SfxBoolItem
{
public: