summaryrefslogtreecommitdiff
path: root/uui/source/sslwarndlg.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-02-19 09:04:04 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-02-19 14:45:19 +0100
commit8ed356fb69e024218538c4818ea6ad46799b2c68 (patch)
tree0eee31d0ff5ce77b43c030b7c31079eae5a1ccba /uui/source/sslwarndlg.cxx
parent60f1490af9b29ac2df8e9e9411e9d41b472f9113 (diff)
reserve negative responses for internal responses
Change-Id: Iecf7d25340ff751c2984e27fdd303d2162472344 Reviewed-on: https://gerrit.libreoffice.org/49971 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'uui/source/sslwarndlg.cxx')
-rw-r--r--uui/source/sslwarndlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/sslwarndlg.cxx b/uui/source/sslwarndlg.cxx
index b85e376ff291..f88284a70610 100644
--- a/uui/source/sslwarndlg.cxx
+++ b/uui/source/sslwarndlg.cxx
@@ -50,7 +50,7 @@ void SSLWarnDialog::response(short nResponseId)
{
switch (nResponseId)
{
- case -1:
+ case 101:
ViewCert();
break;
default: