summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-07-16 10:52:54 +0100
committerMichael Stahl <Michael.Stahl@cib.de>2019-07-17 10:49:08 +0200
commit821a1315dc490766976cf73436f0cf084980275e (patch)
tree8ab771cce5d6583239502720e6bbdf47bb06291c /sw
parentd8bb7ae9cf2b9ff241be7876fdc8b1a5a6252475 (diff)
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>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/shells/textsh1.cxx2
-rw-r--r--sw/uiconfig/swriter/ui/queryredlinedialog.ui7
2 files changed, 3 insertions, 6 deletions
diff --git a/sw/source/uibase/shells/textsh1.cxx b/sw/source/uibase/shells/textsh1.cxx
index 92a62f64a55b..187c70279697 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 490d09a7ebbc..8a9780720af6 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>