sw/source/core/inc/DocumentRedlineManager.hxx |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit e0a9aa731db102cf9a7b468734fdca96670bc745
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Tue Jun 24 09:34:25 2025 +0200
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Tue Jun 24 11:33:13 2025 +0200

    sw: document DocumentRedlineManager
    
    Describe that a redline and a tracked change is the same thing.
    
    Change-Id: Ie726d155dbd94e768963d4fa0d41c4170be2ca74
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186872
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/sw/source/core/inc/DocumentRedlineManager.hxx 
b/sw/source/core/inc/DocumentRedlineManager.hxx
index bbd51991d61a..ad443f95ea34 100644
--- a/sw/source/core/inc/DocumentRedlineManager.hxx
+++ b/sw/source/core/inc/DocumentRedlineManager.hxx
@@ -28,6 +28,11 @@ namespace sw
 {
 
 class AppendRedlineContext;
+
+/// The redline manager is owned by the SwDoc and manages the track changes 
related model data of
+/// one opened Writer document. Per-view data is not stored here. Important 
members are the redline
+/// flags (whether to record / show changes) & the redline table (that 
contains the actual
+/// redlines).
 class SAL_DLLPUBLIC_RTTI DocumentRedlineManager final : public 
IDocumentRedlineAccess
 {
 public:

Reply via email to