summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2020-11-10 15:38:52 +0100
committerSzymon Kłos <szymon.klos@collabora.com>2020-11-26 14:31:28 +0100
commitf83dd470eca2b09ed69510f54a801d109b51c997 (patch)
tree667a2bdb5c033d74b83f03fc58a290d4407bd168 /sw
parent0504e7d9ff618d7e1aab3ad8b250d8c2483bf17d (diff)
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 <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106692 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/uiconfig/swriter/ui/spellmenu.ui4
1 files changed, 4 insertions, 0 deletions
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>