sw/source/core/inc/UndoRedline.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9879eb714347a30444d85498975408e1706626be
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Mon Aug 22 19:56:16 2022 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Aug 23 08:18:47 2022 +0200

    sw: document SwUndoAcceptRedline
    
    Both redlines and undo track edits to the document. There is an undo for
    accepting redlines, but there is no redline for interacting with undo
    actions.
    
    Change-Id: I4b6f88d6d06aa68abdef4c26dc58aae334a2cb94
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138704
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/source/core/inc/UndoRedline.hxx 
b/sw/source/core/inc/UndoRedline.hxx
index 7c815fca6cc1..f1cf45800fdb 100644
--- a/sw/source/core/inc/UndoRedline.hxx
+++ b/sw/source/core/inc/UndoRedline.hxx
@@ -99,6 +99,7 @@ public:
     void SetSaveRange( const SwPaM& rRange );
 };
 
+/// Undo for Edit -> track changes -> accept.
 class SwUndoAcceptRedline final : public SwUndoRedline
 {
 private:

Reply via email to