sw/inc/fmtclds.hxx | 4 ++++ 1 file changed, 4 insertions(+) New commits: commit f2f32aaa839b25a2413928b7b92fff3d71034508 Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Mon Sep 18 20:22:59 2023 +0200 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Tue Sep 19 08:34:49 2023 +0200
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 <vmik...@collabora.com> 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