[Libreoffice-commits] core.git: sc/source
Andreas Heinisch (via logerrit)
logerrit at kemper.freedesktop.org
Wed Aug 18 08:06:54 UTC 2021
sc/source/ui/docshell/docsh.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit aaabfc644afd57577980998c83f94a271f633c02
Author: Andreas Heinisch <andreas.heinisch at yahoo.de>
AuthorDate: Sun Aug 15 20:43:55 2021 +0200
Commit: Andreas Heinisch <andreas.heinisch at yahoo.de>
CommitDate: Wed Aug 18 10:06:19 2021 +0200
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 at yahoo.de>
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)
{
More information about the Libreoffice-commits
mailing list