sw/inc/IDocumentRedlineAccess.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 2dae71041024c9b5df9378e9ab067a07eed5a541
Author:     Miklos Vajna <[email protected]>
AuthorDate: Wed Jun 25 08:53:47 2025 +0200
Commit:     Caolán McNamara <[email protected]>
CommitDate: Wed Jun 25 09:40:31 2025 +0200

    sw: document IDocumentRedlineAccess
    
    Explain what's the benefit of this abstract base class on top of the
    original redline manager.
    
    Change-Id: Ib8df1c6c60b8df2774a8de0b82bf1eae5fff7efc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186924
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Jenkins CollaboraOffice <[email protected]>

diff --git a/sw/inc/IDocumentRedlineAccess.hxx 
b/sw/inc/IDocumentRedlineAccess.hxx
index 7861a5858421..03c14a11e014 100644
--- a/sw/inc/IDocumentRedlineAccess.hxx
+++ b/sw/inc/IDocumentRedlineAccess.hxx
@@ -78,6 +78,9 @@ inline OUString SwRedlineTypeToOUString(RedlineType eType)
     return sRet;
 };
 
+/// This interface is implemented by DocumentRedlineManager: most clients only 
have to interact with
+/// this interface and not the underlying manager implementation. Also, the 
UI/filter code has no
+/// access to the manager, just to this interface.
 class IDocumentRedlineAccess
 {
      // Static helper functions

Reply via email to