Related: tdf#126236 keep user defined responses out of ambiguous range
Change-Id: I6481f40ba5f50c3d76978b0f4a477f1d0b9adc99
Reviewed-on: https://gerrit.libreoffice.org/75704
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
diff --git a/sw/source/uibase/shells/textsh1.cxx b/sw/source/uibase/shells/textsh1.cxx
index 92a62f6..187c702 100644
--- a/sw/source/uibase/shells/textsh1.cxx
+++ b/sw/source/uibase/shells/textsh1.cxx
@@ -739,7 +739,7 @@ void SwTextShell::Execute(SfxRequest &rReq)
rReq.Ignore();
break;
case 2:
case 102:
xDlg->Execute();
rReq.Done();
break;
diff --git a/sw/uiconfig/swriter/ui/queryredlinedialog.ui b/sw/uiconfig/swriter/ui/queryredlinedialog.ui
index 490d09a..8a97807 100644
--- a/sw/uiconfig/swriter/ui/queryredlinedialog.ui
+++ b/sw/uiconfig/swriter/ui/queryredlinedialog.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.20.2 -->
<!-- Generated with glade 3.22.1 -->
<interface domain="sw">
<requires lib="gtk+" version="3.18"/>
<object class="GtkMessageDialog" id="QueryRedlineDialog">
@@ -75,10 +75,7 @@ or accept or reject particular changes.</property>
<action-widgets>
<action-widget response="-6">cancel</action-widget>
<action-widget response="-5">ok</action-widget>
<action-widget response="2">edit</action-widget>
<action-widget response="102">edit</action-widget>
</action-widgets>
<child>
<placeholder/>
</child>
</object>
</interface>