diff --git a/components/fpspreadsheet/source/common/fpspreadsheet.pas b/components/fpspreadsheet/source/common/fpspreadsheet.pas index f8de459d4..ace38a245 100644 --- a/components/fpspreadsheet/source/common/fpspreadsheet.pas +++ b/components/fpspreadsheet/source/common/fpspreadsheet.pas @@ -7576,8 +7576,8 @@ begin FUnits := suMillimeters; // Units for column width and row height FormatSettings := UTF8FormatSettings; - FormatSettings.ShortDateFormat := MakeShortDateFormat(FormatSettings.ShortDateFormat); - FormatSettings.LongDateFormat := MakeLongDateFormat(FormatSettings.ShortDateFormat); +// FormatSettings.ShortDateFormat := MakeShortDateFormat(FormatSettings.ShortDateFormat); +// FormatSettings.LongDateFormat := MakeLongDateFormat(FormatSettings.ShortDateFormat); FFontList := TFPList.Create; SetDefaultFont(DEFAULT_FONTNAME, DEFAULT_FONTSIZE);