diff options
author | Noel <noelgrandin@gmail.com> | 2020-10-05 10:58:01 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-10-05 18:33:18 +0200 |
commit | c9e3952e76a9c06d5a1d2f583829ce9eb5b9df64 (patch) | |
tree | 5836f1536e46207f036c97635cd632ae9dbea455 /sfx2 | |
parent | 96fa2f494560bcc90584a458438db688b7f0aa88 (diff) |
lint-ui: check that we only have one has_default==True
Change-Id: Ic61e14c3b98a85a5f05b448db9805ac296c041ec
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103953
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/versioncommentdialog.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/versioncommentdialog.ui b/sfx2/uiconfig/ui/versioncommentdialog.ui index 2c74db6c5ec4..46ca82b19f2f 100644 --- a/sfx2/uiconfig/ui/versioncommentdialog.ui +++ b/sfx2/uiconfig/ui/versioncommentdialog.ui @@ -42,7 +42,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> |