summaryrefslogtreecommitdiff
path: root/sc/uiconfig
diff options
context:
space:
mode:
authorMert Tumer <mert.tumer@collabora.com>2020-04-14 18:15:59 +0300
committerAndras Timar <andras.timar@collabora.com>2020-04-17 11:13:05 +0200
commit666bbf736381396647db69f97c753ffb8bddf693 (patch)
tree1c04128dad16ba155a87960eef41af4a1fcd2679 /sc/uiconfig
parentde4a9e31c345edb512545547d1904681066c3ab5 (diff)
Added unique id for number format combobox
This will allow us to control it for the mobilewizard easily rather than using the id of 'category' which is not unique. Change-Id: I61b612d5355584597a16942b7151a82376033a45 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92202 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92309 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'sc/uiconfig')
-rw-r--r--sc/uiconfig/scalc/ui/sidebarnumberformat.ui28
1 files changed, 14 insertions, 14 deletions
diff --git a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui
index 09704d6ef5d0..60a6185aac8f 100644
--- a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui
+++ b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui
@@ -67,27 +67,27 @@
</packing>
</child>
<child>
- <object class="GtkComboBoxText" id="category">
+ <object class="GtkComboBoxText" id="numberformatcombobox">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes" context="sidebarnumberformat|category|tooltip_text">Select a category of contents.</property>
+ <property name="tooltip_text" translatable="yes" context="sidebarnumberformat|numberformatcombobox|tooltip_text">Select a category of contents.</property>
<property name="valign">center</property>
<property name="hexpand">True</property>
<items>
- <item translatable="yes" context="sidebarnumberformat|category">General</item>
- <item translatable="yes" context="sidebarnumberformat|category">Number</item>
- <item translatable="yes" context="sidebarnumberformat|category">Percent</item>
- <item translatable="yes" context="sidebarnumberformat|category">Currency</item>
- <item translatable="yes" context="sidebarnumberformat|category">Date </item>
- <item translatable="yes" context="sidebarnumberformat|category">Time</item>
- <item translatable="yes" context="sidebarnumberformat|category">Scientific</item>
- <item translatable="yes" context="sidebarnumberformat|category">Fraction</item>
- <item translatable="yes" context="sidebarnumberformat|category">Boolean Value</item>
- <item translatable="yes" context="sidebarnumberformat|category">Text</item>
+ <item translatable="yes" context="sidebarnumberformat|numberformatcombobox">General</item>
+ <item translatable="yes" context="sidebarnumberformat|numberformatcombobox">Number</item>
+ <item translatable="yes" context="sidebarnumberformat|numberformatcombobox">Percent</item>
+ <item translatable="yes" context="sidebarnumberformat|numberformatcombobox">Currency</item>
+ <item translatable="yes" context="sidebarnumberformat|numberformatcombobox">Date </item>
+ <item translatable="yes" context="sidebarnumberformat|numberformatcombobox">Time</item>
+ <item translatable="yes" context="sidebarnumberformat|numberformatcombobox">Scientific</item>
+ <item translatable="yes" context="sidebarnumberformat|numberformatcombobox">Fraction</item>
+ <item translatable="yes" context="sidebarnumberformat|numberformatcombobox">Boolean Value</item>
+ <item translatable="yes" context="sidebarnumberformat|numberformatcombobox">Text</item>
</items>
<child internal-child="accessible">
- <object class="AtkObject" id="category-atkobject">
- <property name="AtkObject::accessible-name" translatable="yes" context="sidebarnumberformat|category-atkobject">Category</property>
+ <object class="AtkObject" id="numberformatcombobox-atkobject">
+ <property name="AtkObject::accessible-name" translatable="yes" context="sidebarnumberformat|numberformatcombobox-atkobject">Category</property>
</object>
</child>
</object>