sc/source/ui/docshell/docsh.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 45620dc9bb3e6561fdd64e2c7d192ccae136b224
Author:     Andreas Heinisch <andreas.heini...@yahoo.de>
AuthorDate: Thu Aug 19 19:44:51 2021 +0200
Commit:     Andreas Heinisch <andreas.heini...@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 <er...@redhat.com>
    Tested-by: Andreas Heinisch <andreas.heini...@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)
         {

Reply via email to