diff options
author | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2021-08-19 19:44:51 +0200 |
---|---|---|
committer | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2021-08-19 20:40:58 +0200 |
commit | 45620dc9bb3e6561fdd64e2c7d192ccae136b224 (patch) | |
tree | ed7ddde08b9c3b9070f8bca687fa2e1356c24520 | |
parent | c374d8ed86262c8b09c158d22ec7e4b9dee115dd (diff) |
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@redhat.com>
Tested-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
-rw-r--r-- | sc/source/ui/docshell/docsh.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |