diff options
-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 |