sw/uiconfig/swriter/ui/fldfuncpage.ui | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)
New commits: commit 7e2a8abf0cd8c60cdfae100eece4839b4959c70e Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Sat Jun 4 21:18:21 2022 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sun Jun 5 16:45:26 2022 +0200 liststore used twice by different widgets Change-Id: Id4577af678addbc984f35b8e35efc2841f5ff6c5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135433 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/sw/uiconfig/swriter/ui/fldfuncpage.ui b/sw/uiconfig/swriter/ui/fldfuncpage.ui index c3592e73cd27..16b0be96e98b 100644 --- a/sw/uiconfig/swriter/ui/fldfuncpage.ui +++ b/sw/uiconfig/swriter/ui/fldfuncpage.ui @@ -26,6 +26,14 @@ <column type="gchararray"/> </columns> </object> + <object class="GtkTreeStore" id="liststore4"> + <columns> + <!-- column-name text --> + <column type="gchararray"/> + <!-- column-name id --> + <column type="gchararray"/> + </columns> + </object> <object class="GtkBox" id="FieldFuncPage"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -537,7 +545,7 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> - <property name="model">liststore3</property> + <property name="model">liststore4</property> <property name="headers_visible">False</property> <property name="headers_clickable">False</property> <property name="search_column">0</property>