diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-07-19 15:43:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-07-19 18:19:30 +0200 |
commit | 2dad8286cf0b8630e4f3c7aeaa9d30141525292f (patch) | |
tree | 2c27fa7119be9b582b9c763955979aa457e6ad66 /sw/inc | |
parent | db2a7489fa7ac758c1ab35f49fff284f460c5d4c (diff) |
improve doc for SwFormatPageDesc
based on a comment from vmiklos
Change-Id: Ic627ec5eeee35c8a81854e083814c57c151bac13
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170770
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/fmtpdsc.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/inc/fmtpdsc.hxx b/sw/inc/fmtpdsc.hxx index 812053187b0e..81aaaddf6048 100644 --- a/sw/inc/fmtpdsc.hxx +++ b/sw/inc/fmtpdsc.hxx @@ -29,9 +29,11 @@ class IntlWrapper; -/** Pagedescriptor - Client of SwPageDesc that is "described" by the attribute. */ - +/** + SwFormatPageDesc ("use this page style with xyz parameters") is the wrapper + around SwPageDesc ("page style"), + multiple SwFormatPageDesc can refer to the same SwPageDesc. + */ class SW_DLLPUBLIC SwFormatPageDesc final : public SfxPoolItem, public SwClient { ::std::optional<sal_uInt16> m_oNumOffset; ///< Offset page number. |