diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-10-07 17:29:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-10-07 20:26:10 +0200 |
commit | 64ab07edee8eba531fd05cbc5d92315cc2855e92 (patch) | |
tree | 1c0e1ab6a5d0874c0729c0e198372ac88cbd8e4f /sc/uiconfig/scalc/ui/analysisofvariancedialog.ui | |
parent | 97b960492e2ce26f881d80e07bf691d682bb4173 (diff) |
we only should have one has_default==True in these dialogs
undo the part of 3d056824c687df567c05bf31554fa40ea2baef18
to restore the part of c9e3952e76a9c06d5a1d2f583829ce9eb5b9df64.
which refers to the statistics dialogs of
sc/source/ui/StatisticsDialogs/
where the code does no special show/hide of buttons and they
are all a copy and paste job of the same duplicate has-default
template
Change-Id: I244594399ca3be43e0ac22673487c7e6fe6c37ab
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104066
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/uiconfig/scalc/ui/analysisofvariancedialog.ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/analysisofvariancedialog.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/ui/analysisofvariancedialog.ui b/sc/uiconfig/scalc/ui/analysisofvariancedialog.ui index ee263c911ad0..314dc2e78060 100644 --- a/sc/uiconfig/scalc/ui/analysisofvariancedialog.ui +++ b/sc/uiconfig/scalc/ui/analysisofvariancedialog.ui @@ -48,7 +48,6 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> - <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </object> |