sw/uiconfig/swriter/popupmenu/text.xml | 1 + 1 file changed, 1 insertion(+)
New commits: commit f15f0e6b19d4dd14ec0bb900e0e93a1f2a424c07 Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Thu Apr 3 09:28:37 2025 +0200 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Thu Apr 3 09:52:51 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/+/183655 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> diff --git a/sw/uiconfig/swriter/popupmenu/text.xml b/sw/uiconfig/swriter/popupmenu/text.xml index e9a559e43db4..9e1f566e1da0 100644 --- a/sw/uiconfig/swriter/popupmenu/text.xml +++ b/sw/uiconfig/swriter/popupmenu/text.xml @@ -82,6 +82,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/>