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 /chart2 | |
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 'chart2')
-rw-r--r-- | chart2/source/controller/dialogs/tp_DataSource.hxx | 2 | ||||
-rw-r--r-- | chart2/uiconfig/ui/tp_ChartType.ui | 8 | ||||
-rw-r--r-- | chart2/uiconfig/ui/tp_DataSource.ui | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/chart2/source/controller/dialogs/tp_DataSource.hxx b/chart2/source/controller/dialogs/tp_DataSource.hxx index 4d2acf859360..5798894621bd 100644 --- a/chart2/source/controller/dialogs/tp_DataSource.hxx +++ b/chart2/source/controller/dialogs/tp_DataSource.hxx @@ -22,7 +22,7 @@ #include <svtools/wizardmachine.hxx> #include <vcl/fixed.hxx> -#include <svtools/svtabbx.hxx> +#include <vcl/svtabbx.hxx> #include <vcl/treelistbox.hxx> #include <RangeSelectionListener.hxx> diff --git a/chart2/uiconfig/ui/tp_ChartType.ui b/chart2/uiconfig/ui/tp_ChartType.ui index 9e00c321d4ff..c31abe35b41e 100644 --- a/chart2/uiconfig/ui/tp_ChartType.ui +++ b/chart2/uiconfig/ui/tp_ChartType.ui @@ -19,12 +19,12 @@ </object> <object class="GtkTreeStore" id="liststore2"> <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="GtkBox" id="tp_ChartType"> @@ -425,7 +425,7 @@ <child> <object class="GtkCellRendererPixbuf" id="cellrenderertext3"/> <attributes> - <attribute name="pixbuf">2</attribute> + <attribute name="pixbuf">0</attribute> </attributes> </child> </object> @@ -435,7 +435,7 @@ <child> <object class="GtkCellRendererText" id="cellrenderertext2"/> <attributes> - <attribute name="text">0</attribute> + <attribute name="text">1</attribute> </attributes> </child> </object> diff --git a/chart2/uiconfig/ui/tp_DataSource.ui b/chart2/uiconfig/ui/tp_DataSource.ui index d8d589f0790e..a1fe9453fea1 100644 --- a/chart2/uiconfig/ui/tp_DataSource.ui +++ b/chart2/uiconfig/ui/tp_DataSource.ui @@ -187,7 +187,7 @@ </packing> </child> <child> - <object class="svtlo-SvTabListBox" id="LB_ROLE:border"> + <object class="vcllo-SvTabListBox" id="LB_ROLE:border"> <property name="width_request">440</property> <property name="height_request">100</property> <property name="visible">True</property> |