sw/uiconfig/swriter/popupmenu/text.xml |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit dcd3427149c33852428b4198c22f6f858125c294
Author:     Miklos Vajna <[email protected]>
AuthorDate: Thu Apr 3 09:28:37 2025 +0200
Commit:     Miklos Vajna <[email protected]>
CommitDate: Thu Apr 3 12:33:18 2025 +0200

    cool#11357 sw redline reinstate: add to the context menu for text
    
    Right click on a tracked insert, you can accept and reject the change,
    but not reinstate it.
    
    The two extremes would be to not allow reinstate there at all and to add
    all of reinstate, reinstate-and-next and reinstate-all to the context
    menu.
    
    Be consistent with accept/reject and only add
    .uno:ReinstateTrackedChange to avoid cluttering the context menu too
    much.
    
    Change-Id: I8f05eedc066a67327e0c7ad25a0e6480867d872b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183664
    Reviewed-by: Miklos Vajna <[email protected]>
    Tested-by: Jenkins

diff --git a/sw/uiconfig/swriter/popupmenu/text.xml 
b/sw/uiconfig/swriter/popupmenu/text.xml
index 3f97e7491223..effb85631b8e 100644
--- a/sw/uiconfig/swriter/popupmenu/text.xml
+++ b/sw/uiconfig/swriter/popupmenu/text.xml
@@ -83,6 +83,7 @@
   <menu:menuitem menu:id=".uno:InsertAnnotation"/>
   <menu:menuitem menu:id=".uno:AcceptTrackedChange"/>
   <menu:menuitem menu:id=".uno:RejectTrackedChange"/>
+  <menu:menuitem menu:id=".uno:ReinstateTrackedChange"/>
   <menu:menuitem menu:id=".uno:NextTrackedChange"/>
   <menu:menuitem menu:id=".uno:PreviousTrackedChange"/>
   <menu:menuseparator/>

Reply via email to