diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-01-15 11:15:50 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-01-15 22:14:39 +0100 |
commit | 07b224028963a3ce9c1a0401c0dc9fb4538d515e (patch) | |
tree | 1649f1bf5f1fb1e539f03f89bd95109b78024086 /sw/uiconfig/swriter/ui/tocindexpage.ui | |
parent | d479d1694897bdb2588f38c4d231220efb4eb229 (diff) |
Related: tdf#122627 auto detect of toggle column doesn't work
so remove it and explicitly state what column contains the toggle
Change-Id: I58fb12a4b8fa9eeb9c038f796e48b0aeaa0b2404
Reviewed-on: https://gerrit.libreoffice.org/66379
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig/swriter/ui/tocindexpage.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/tocindexpage.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/tocindexpage.ui b/sw/uiconfig/swriter/ui/tocindexpage.ui index d8e5f92c0c85..9522028fc1d1 100644 --- a/sw/uiconfig/swriter/ui/tocindexpage.ui +++ b/sw/uiconfig/swriter/ui/tocindexpage.ui @@ -45,6 +45,8 @@ <column type="gchararray"/> <!-- column-name id --> <column type="gchararray"/> + <!-- column-name checkvis1 --> + <column type="gboolean"/> </columns> </object> <object class="GtkBox" id="TocIndexPage"> |