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

New commits:
commit 7aa34659e2b49bf02a95a17f51e78f3ab9683235
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Tue Jun 24 09:34:25 2025 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Jun 24 12:55:14 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/+/186884
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/source/core/inc/DocumentRedlineManager.hxx 
b/sw/source/core/inc/DocumentRedlineManager.hxx
index bc4187406dc0..b07ff30c3c3d 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