sw/inc/hints.hxx |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 9a7b26a994362a71944f675c9c9ccffffe8fa517
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Tue Mar 12 08:19:21 2024 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Mar 12 09:24:57 2024 +0100

    sw: extend the SwFormatChg documentation a little
    
    It's not directly SwFormatChg that describes the change of a format,
    it's sw::LegacyModifyHint that has pointers to the old and new pool
    items, which can be SwFormatChg / RES_FMT_CHG.
    
    Change-Id: I997d63ea380fbd8cc6434982d348edad2e4bb44b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164698
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>
    Tested-by: Jenkins

diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx
index b3d400e06286..fa7a78200a26 100644
--- a/sw/inc/hints.hxx
+++ b/sw/inc/hints.hxx
@@ -65,9 +65,12 @@ public:
     {}
 };
 
-/*
+/**
  * SwFormatChg is sent when a format has changed to another format. 2 Hints 
are always sent
  * the old and the new format
+ *
+ * This is typically owned by an sw::LegacyModifyHint, which knows if this 
pool item is the old or
+ * the new format.
  */
 class SwFormatChg final : public SwMsgPoolItem
 {

Reply via email to