diff options
author | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2016-06-20 15:36:23 +0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-06-27 20:24:28 +0000 |
commit | 0ea96b1a2f5cf523af451b41915bbafd81a95a2c (patch) | |
tree | 59236a77c50d41ff6499456269581a9e82801008 /sd/uiconfig | |
parent | 2d6a88135ef107e5927c7a6cd2542ad1bc8bbe09 (diff) |
Move accessibility relations to .ui files, Part 11: tdf#87026
By removing unnecessary variables/strings/function calls,
and making proper changes in the related .ui files.
As of this commit, all accessible relations of type
"SetAccessibleName" have been moved to .ui files
other than a few exceptions.
Change-Id: I5972211f58de70889066dec3c74341b405f82c85
Reviewed-on: https://gerrit.libreoffice.org/26520
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 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/sdraw/ui/copydlg.ui | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/sd/uiconfig/sdraw/ui/copydlg.ui b/sd/uiconfig/sdraw/ui/copydlg.ui index 56382a41f71d..2ae2610b38c5 100644 --- a/sd/uiconfig/sdraw/ui/copydlg.ui +++ b/sd/uiconfig/sdraw/ui/copydlg.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.20.0 --> <interface> <requires lib="gtk+" version="3.0"/> <requires lib="LibreOffice" version="1.0"/> @@ -156,6 +156,11 @@ <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes">Values from Selection</property> <property name="image">image1</property> + <child internal-child="accessible"> + <object class="AtkObject" id="viewdata-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes">Values from Selection</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -195,10 +200,10 @@ <object class="GtkLabel" id="label5"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes">_X axis:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">x:0.00cm</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -209,10 +214,10 @@ <object class="GtkLabel" id="label6"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes">_Y axis:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">y:0.00cm</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -223,10 +228,10 @@ <object class="GtkLabel" id="label7"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes">_Angle:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">angle:0degrees</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -320,10 +325,10 @@ <object class="GtkLabel" id="label8"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes">_Width:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">width:0.00cm</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -334,10 +339,10 @@ <object class="GtkLabel" id="label9"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes">_Height:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">height:0.00cm</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -418,10 +423,10 @@ <object class="GtkLabel" id="label10"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes">_Start:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">start</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -432,10 +437,10 @@ <object class="GtkLabel" id="endlabel"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes">_End:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">end</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> |