diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-12 11:10:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-12 14:19:08 +0200 |
commit | f6d3a1e9c3b99a3d2e7e03b16a61f683ea18a32e (patch) | |
tree | afba9d9fa857d77da3e1e9882404513ea9249ba5 | |
parent | a974e067f1045be3990ec7f49b21e2eb10d689d8 (diff) |
add id column to liststores
Change-Id: I4a0cc9cbdd0a82219878301a78e610c2dce1c685
Reviewed-on: https://gerrit.libreoffice.org/61709
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sfx2/uiconfig/ui/loadtemplatedialog.ui | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/uiconfig/ui/loadtemplatedialog.ui b/sfx2/uiconfig/ui/loadtemplatedialog.ui index d2b258c8e110..43298345224d 100644 --- a/sfx2/uiconfig/ui/loadtemplatedialog.ui +++ b/sfx2/uiconfig/ui/loadtemplatedialog.ui @@ -6,12 +6,16 @@ <columns> <!-- column-name text --> <column type="gchararray"/> + <!-- column-name id --> + <column type="gchararray"/> </columns> </object> <object class="GtkListStore" id="liststore2"> <columns> <!-- column-name text --> <column type="gchararray"/> + <!-- column-name id --> + <column type="gchararray"/> </columns> </object> <object class="GtkDialog" id="LoadTemplateDialog"> |