diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-06-14 09:20:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-06-14 13:37:06 +0200 |
commit | 1166d8b60ec0bc26a5a1b08e19ec35e6f518df1c (patch) | |
tree | 7c2f800a3adaab9940b09c73acd593201f14b543 /sw/uiconfig | |
parent | 6aad0ea517ae890ca402ac9d642fd75da68650f5 (diff) |
if active is set group shouldn't be set
Change-Id: I26db5a96f176df7bd2ef6ef83c40150856845383
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117141
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/footnoteareapage.ui | 1 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/mmresultprintdialog.ui | 1 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/titlepage.ui | 2 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/tocentriespage.ui | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/sw/uiconfig/swriter/ui/footnoteareapage.ui b/sw/uiconfig/swriter/ui/footnoteareapage.ui index 4a0215f745bb..2ff598640f58 100644 --- a/sw/uiconfig/swriter/ui/footnoteareapage.ui +++ b/sw/uiconfig/swriter/ui/footnoteareapage.ui @@ -63,7 +63,6 @@ <property name="use_underline">True</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">maxheight</property> <child internal-child="accessible"> <object class="AtkObject" id="maxheightpage-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="footnoteareapage|extended_tip|maxheightpage">Automatically adjusts the height of the footnote area depending on the number of footnotes.</property> diff --git a/sw/uiconfig/swriter/ui/mmresultprintdialog.ui b/sw/uiconfig/swriter/ui/mmresultprintdialog.ui index 0b6ca2c41d36..450444635137 100644 --- a/sw/uiconfig/swriter/ui/mmresultprintdialog.ui +++ b/sw/uiconfig/swriter/ui/mmresultprintdialog.ui @@ -195,7 +195,6 @@ <property name="use_underline">True</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">fromrb</property> <child internal-child="accessible"> <object class="AtkObject" id="printallrb-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="mmresultprintdialog|extended_tip|printallrb">Prints documents for all recipients.</property> diff --git a/sw/uiconfig/swriter/ui/titlepage.ui b/sw/uiconfig/swriter/ui/titlepage.ui index 9b6b7706bcff..0a7042331d86 100644 --- a/sw/uiconfig/swriter/ui/titlepage.ui +++ b/sw/uiconfig/swriter/ui/titlepage.ui @@ -196,7 +196,6 @@ <property name="use_underline">True</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">RB_INSERT_NEW_PAGES</property> </object> <packing> <property name="left_attach">0</property> @@ -212,7 +211,6 @@ <property name="receives_default">False</property> <property name="halign">start</property> <property name="use_underline">True</property> - <property name="active">True</property> <property name="draw_indicator">True</property> <property name="group">RB_USE_EXISTING_PAGES</property> </object> diff --git a/sw/uiconfig/swriter/ui/tocentriespage.ui b/sw/uiconfig/swriter/ui/tocentriespage.ui index 574b98706779..44d4c7455b4f 100644 --- a/sw/uiconfig/swriter/ui/tocentriespage.ui +++ b/sw/uiconfig/swriter/ui/tocentriespage.ui @@ -874,7 +874,6 @@ <property name="use_underline">True</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">sortcontents</property> <child internal-child="accessible"> <object class="AtkObject" id="sortpos-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="tocentriespage|extended_tip|sortpos">Sorts the bibliography entries according to the position of their references in the document.</property> |