diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-02-28 16:32:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-02-28 21:42:57 +0100 |
commit | 0d7fe549f8deaa0ea5b6d23e86865d40dd29c8f8 (patch) | |
tree | c6c3c9876a9cef88a4f50a79216d323eee64bf0e /cui | |
parent | c456ce855ac1ee4775489485f9107bd43a0f1371 (diff) |
Fix assert(mpDialogImpl->get_response(pButton) == RET_HELP)
...in Dialog::add_button (vcl/source/window/dialog.cxx:1344) during
CppunitTest_cui_dialogs_test2 (part of `make screenshot`)
Change-Id: I5dee49415421df9c7f476fadc5486636ca2af881
Reviewed-on: https://gerrit.libreoffice.org/50517
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 'cui')
-rw-r--r-- | cui/uiconfig/ui/newtabledialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/uiconfig/ui/newtabledialog.ui b/cui/uiconfig/ui/newtabledialog.ui index 45805c68fe6d..e152ceee704d 100644 --- a/cui/uiconfig/ui/newtabledialog.ui +++ b/cui/uiconfig/ui/newtabledialog.ui @@ -168,7 +168,7 @@ </object> </child> <action-widgets> - <action-widget response="0">button1</action-widget> + <action-widget response="-11">button1</action-widget> <action-widget response="-5">ok</action-widget> <action-widget response="-6">cancel</action-widget> </action-widgets> |