diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-09-18 20:22:59 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-09-19 08:34:49 +0200 |
commit | f2f32aaa839b25a2413928b7b92fff3d71034508 (patch) | |
tree | b55cb3403f01d427c7f3a39dee6f5cc7952ba2fc /sw | |
parent | 024685f655c368fdcf4b9d29206526758eaf9015 (diff) |
sw: document SwFormatCol
It's not too obvious that you can have columns directly inside the body
text as well, not only inside a UI-level section.
Change-Id: I8194aa472fd1d515552dddbe6d14a3d38fa5c1ba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157030
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/fmtclds.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/inc/fmtclds.hxx b/sw/inc/fmtclds.hxx index d560561d2c15..d2b34192b48d 100644 --- a/sw/inc/fmtclds.hxx +++ b/sw/inc/fmtclds.hxx @@ -64,6 +64,10 @@ enum SwColLineAdj COLADJ_BOTTOM }; +/// This pool item subclass can appear in the item set of an SwPageDesc, and contains settings +/// visible on the UI via Format -> Page Style -> Columns tab. +/// It can also appear in the item set of an SwSectionFormat, and then contains settings visible on +/// the UI via Format -> Sections -> Options -> Columns tab. class SW_DLLPUBLIC SwFormatCol final : public SfxPoolItem { SvxBorderLineStyle m_eLineStyle; ///< style of the separator line |