sw/inc/fmtrowsplt.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit d16606650621a1f9390091be5633772111b88584
Author:     Miklos Vajna <[email protected]>
AuthorDate: Mon Jun 12 19:55:09 2023 +0200
Commit:     Miklos Vajna <[email protected]>
CommitDate: Tue Jun 13 08:24:12 2023 +0200

    sw: document SwFormatRowSplit
    
    It's the row equivalent of a table's SwFormatLayoutSplit.
    
    Change-Id: Ibf33df306d4d51ff8f8999b25b03693e1ebc5a9f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152930
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <[email protected]>

diff --git a/sw/inc/fmtrowsplt.hxx b/sw/inc/fmtrowsplt.hxx
index c9aad4a80078..faf168ba2b5e 100644
--- a/sw/inc/fmtrowsplt.hxx
+++ b/sw/inc/fmtrowsplt.hxx
@@ -26,6 +26,8 @@
 
 class IntlWrapper;
 
+/// Controls if a table row is allowed to split or not. This is used in the 
item set of an
+/// SwTableLine's format.
 class SW_DLLPUBLIC SwFormatRowSplit final : public SfxBoolItem
 {
 public:

Reply via email to