[Libreoffice-commits] core.git: sc/source
Andreas Heinisch (via logerrit)
logerrit at kemper.freedesktop.org
Thu Aug 19 18:41:35 UTC 2021
sc/source/ui/docshell/docsh.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 45620dc9bb3e6561fdd64e2c7d192ccae136b224
Author: Andreas Heinisch <andreas.heinisch at yahoo.de>
AuthorDate: Thu Aug 19 19:44:51 2021 +0200
Commit: Andreas Heinisch <andreas.heinisch at yahoo.de>
CommitDate: Thu Aug 19 20:40:58 2021 +0200
Revert "tdf#59820 - Adjust column width of imported ASCII files"
This reverts commit aaabfc644afd57577980998c83f94a271f633c02.
Reason for revert: Large csv files will not open in a reasonable amount of time.
Change-Id: I7d3d3bf0341bcb83f86be88e8911879de13918ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120720
Reviewed-by: Eike Rathke <erack at redhat.com>
Tested-by: Andreas Heinisch <andreas.heinisch at yahoo.de>
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index cfdd5ccddbd4..5801636d3cc2 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -1325,6 +1325,7 @@ bool ScDocShell::ConvertFrom( SfxMedium& rMedium )
SetError(nWarn);
}
bSetColWidths = true;
+ bSetSimpleTextColWidths = true;
}
else if (aFltName == pFilterDBase)
{
More information about the Libreoffice-commits
mailing list