sw/inc/fmtpdsc.hxx |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 2dad8286cf0b8630e4f3c7aeaa9d30141525292f
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Fri Jul 19 15:43:29 2024 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Fri Jul 19 18:19:30 2024 +0200

    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.gran...@collabora.co.uk>

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.

Reply via email to