diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-06-12 19:55:09 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-06-13 08:24:12 +0200 |
commit | d16606650621a1f9390091be5633772111b88584 (patch) | |
tree | 2fc0243e8d1e78b11e25de4efd06359c73854e16 /sw | |
parent | f22cb3dfab413a2917cd810b8e1b8f644a016327 (diff) |
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 <vmiklos@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/fmtrowsplt.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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: |