diff options
author | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2021-08-15 20:43:55 +0200 |
---|---|---|
committer | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2021-08-18 10:06:19 +0200 |
commit | aaabfc644afd57577980998c83f94a271f633c02 (patch) | |
tree | 4d361abb457ef1d56dfc8600b5e952b1e30d9f18 /sc/source/ui/docshell | |
parent | cc48aa1f852c72367b5f18d34f452629f03e4f20 (diff) |
tdf#59820 - Adjust column width of imported ASCII files
Don't adjust the optimal column width of imported ASCII files in Calc by
using the simple text mode. In the simple text mode, the length of a
column is determined solely by the length of a text and not by the
actually needed size.
Change-Id: I02a1e0fbfad88a31bd474124c2f4367b660bdfdb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120514
Tested-by: Jenkins
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Diffstat (limited to 'sc/source/ui/docshell')
-rw-r--r-- | sc/source/ui/docshell/docsh.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx index 5801636d3cc2..cfdd5ccddbd4 100644 --- a/sc/source/ui/docshell/docsh.cxx +++ b/sc/source/ui/docshell/docsh.cxx @@ -1325,7 +1325,6 @@ bool ScDocShell::ConvertFrom( SfxMedium& rMedium ) SetError(nWarn); } bSetColWidths = true; - bSetSimpleTextColWidths = true; } else if (aFltName == pFilterDBase) { |