diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-11-17 21:37:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-21 22:08:04 +0100 |
commit | 47897fdd936d9b6e9ac8cb6110c79352ab080df7 (patch) | |
tree | c657b53080caa94590d1e9b1fd4383d6dc795728 /cui/uiconfig | |
parent | cfa76f538a44d4396574ece59e8a3953c22c6eb7 (diff) |
weld SwCondCollPage
and put back original SvTreeListBox a11y factory use
Change-Id: I4ad8ce29d8fed6ec5d44e9a1d641919a89226b79
Reviewed-on: https://gerrit.libreoffice.org/63501
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/acorreplacepage.ui | 2 | ||||
-rw-r--r-- | cui/uiconfig/ui/baselinksdialog.ui | 2 | ||||
-rw-r--r-- | cui/uiconfig/ui/editdictionarydialog.ui | 2 | ||||
-rw-r--r-- | cui/uiconfig/ui/javaclasspathdialog.ui | 8 | ||||
-rw-r--r-- | cui/uiconfig/ui/numberingformatpage.ui | 12 |
5 files changed, 8 insertions, 18 deletions
diff --git a/cui/uiconfig/ui/acorreplacepage.ui b/cui/uiconfig/ui/acorreplacepage.ui index b33dafbf940e..6ab79eeaa111 100644 --- a/cui/uiconfig/ui/acorreplacepage.ui +++ b/cui/uiconfig/ui/acorreplacepage.ui @@ -71,7 +71,7 @@ </packing> </child> <child> - <object class="svtlo-SvTabListBox" id="tabview:border"> + <object class="vcllo-SvTabListBox" id="tabview:border"> <property name="width_request">1</property> <property name="visible">True</property> <property name="can_focus">True</property> diff --git a/cui/uiconfig/ui/baselinksdialog.ui b/cui/uiconfig/ui/baselinksdialog.ui index 76c2dda5ff7d..2573d738bc06 100644 --- a/cui/uiconfig/ui/baselinksdialog.ui +++ b/cui/uiconfig/ui/baselinksdialog.ui @@ -184,7 +184,7 @@ </packing> </child> <child> - <object class="svtlo-SvTabListBox" id="TB_LINKS:border"> + <object class="vcllo-SvTabListBox" id="TB_LINKS:border"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> diff --git a/cui/uiconfig/ui/editdictionarydialog.ui b/cui/uiconfig/ui/editdictionarydialog.ui index aacdc9d96a9a..e95e7b0bd0f0 100644 --- a/cui/uiconfig/ui/editdictionarydialog.ui +++ b/cui/uiconfig/ui/editdictionarydialog.ui @@ -213,7 +213,7 @@ </packing> </child> <child> - <object class="svtlo-SvTabListBox" id="words:border"> + <object class="vcllo-SvTabListBox" id="words:border"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> diff --git a/cui/uiconfig/ui/javaclasspathdialog.ui b/cui/uiconfig/ui/javaclasspathdialog.ui index 130fd4bc4d7d..d330fa17be01 100644 --- a/cui/uiconfig/ui/javaclasspathdialog.ui +++ b/cui/uiconfig/ui/javaclasspathdialog.ui @@ -4,12 +4,12 @@ <requires lib="gtk+" version="3.18"/> <object class="GtkTreeStore" id="liststore1"> <columns> + <!-- column-name image --> + <column type="GdkPixbuf"/> <!-- column-name text --> <column type="gchararray"/> <!-- column-name id --> <column type="gchararray"/> - <!-- column-name image --> - <column type="GdkPixbuf"/> </columns> </object> <object class="GtkDialog" id="JavaClassPath"> @@ -138,7 +138,7 @@ <child> <object class="GtkCellRendererPixbuf" id="cellrenderertext1"/> <attributes> - <attribute name="pixbuf">2</attribute> + <attribute name="pixbuf">0</attribute> </attributes> </child> </object> @@ -148,7 +148,7 @@ <child> <object class="GtkCellRendererText" id="cellrenderertext2"/> <attributes> - <attribute name="text">0</attribute> + <attribute name="text">1</attribute> </attributes> </child> </object> diff --git a/cui/uiconfig/ui/numberingformatpage.ui b/cui/uiconfig/ui/numberingformatpage.ui index e454bbdd2aa0..def161ea9b31 100644 --- a/cui/uiconfig/ui/numberingformatpage.ui +++ b/cui/uiconfig/ui/numberingformatpage.ui @@ -38,12 +38,6 @@ <column type="gchararray"/> <!-- column-name id --> <column type="gchararray"/> - <!-- column-name image --> - <column type="GdkPixbuf"/> - <!-- column-name image --> - <column type="CairoSurface"/> - <!-- column-name textcolor --> - <column type="GdkRGBA"/> </columns> </object> <object class="GtkTreeStore" id="liststore3"> @@ -52,10 +46,6 @@ <column type="gchararray"/> <!-- column-name id --> <column type="gchararray"/> - <!-- column-name image --> - <column type="GdkPixbuf"/> - <!-- column-name image --> - <column type="CairoSurface"/> <!-- column-name textcolor --> <column type="GdkRGBA"/> </columns> @@ -529,7 +519,7 @@ <object class="GtkCellRendererText" id="cellrenderertext2"/> <attributes> <attribute name="text">0</attribute> - <attribute name="foreground-rgba">4</attribute> + <attribute name="foreground-rgba">2</attribute> </attributes> </child> </object> |