diff options
author | Justin Luth <justin_luth@sil.org> | 2021-12-08 14:22:01 +0200 |
---|---|---|
committer | Justin Luth <jluth@mail.com> | 2021-12-11 07:20:35 +0100 |
commit | 297ab561c6754f89326a1e8ce1751233669578d7 (patch) | |
tree | b942b5a59beb4def1afd8ae3c3ec7a7172d1d2cb /sccomp/Makefile | |
parent | 489d7298d2e609ee5900f05ba0064845a7a551ce (diff) |
tdf#128895 sc xmlimport: create enough dynamic cols if props
Since LO 6.3, only 64 columns are created by default,
where previously it was a fixed 1024.
A common user practice is to hide all columns not used,
but this collapsed property was lost because
only part of the columns were actually created and thus exported.
In this example, import specifies 1017 hidden columns (H-AMJ),
but since only 64 columns are created, export only specified 57.
So ensure that on import, any column with defined properties
is created - even if they don't contain any content.
Change-Id: If928880baf5585613715a1f4361a9059584d1ad2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126540
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Diffstat (limited to 'sccomp/Makefile')
0 files changed, 0 insertions, 0 deletions