sw/uiconfig/swriter/ui/spellmenu.ui |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit f83dd470eca2b09ed69510f54a801d109b51c997
Author:     Szymon Kłos <[email protected]>
AuthorDate: Tue Nov 10 15:38:52 2020 +0100
Commit:     Szymon Kłos <[email protected]>
CommitDate: Thu Nov 26 14:31:28 2020 +0100

    Expose tracking changes actions in context menu for online
    
    Change-Id: I127be4ed0803b8de25c6fd0dfdc6ee0f931d6922
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105551
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Andras Timar <[email protected]>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106692
    Tested-by: Jenkins
    Reviewed-by: Szymon Kłos <[email protected]>

diff --git a/sw/uiconfig/swriter/ui/spellmenu.ui 
b/sw/uiconfig/swriter/ui/spellmenu.ui
index b8fd5ef9d4ee..81383c2aebe7 100644
--- a/sw/uiconfig/swriter/ui/spellmenu.ui
+++ b/sw/uiconfig/swriter/ui/spellmenu.ui
@@ -112,6 +112,7 @@
         <property name="can_focus">False</property>
         <property name="label" translatable="yes" 
context="spellmenu|accept">Accept Change</property>
         <property name="use_underline">True</property>
+        <property name="action_name">.uno:AcceptTrackedChange</property>
       </object>
     </child>
     <child>
@@ -120,6 +121,7 @@
         <property name="can_focus">False</property>
         <property name="label" translatable="yes" 
context="spellmenu|reject">Reject Change</property>
         <property name="use_underline">True</property>
+        <property name="action_name">.uno:RejectTrackedChange</property>
       </object>
     </child>
     <child>
@@ -128,6 +130,7 @@
         <property name="can_focus">False</property>
         <property name="label" translatable="yes" 
context="spellmenu|next">Next Change</property>
         <property name="use_underline">True</property>
+        <property name="action_name">.uno:NextTrackedChange</property>
       </object>
     </child>
     <child>
@@ -136,6 +139,7 @@
         <property name="can_focus">False</property>
         <property name="label" translatable="yes" 
context="spellmenu|prev">Previous Change</property>
         <property name="use_underline">True</property>
+        <property name="action_name">.uno:PreviousTrackedChange</property>
       </object>
     </child>
   </object>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to