From db28686b2f1c7aa5f38e01561ac19c906e9bd00d Mon Sep 17 00:00:00 2001 From: bigchimp Date: Tue, 20 May 2014 12:36:07 +0000 Subject: [PATCH] Cosmetic git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3065 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/fpspreadsheet/fpsopendocument.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/fpspreadsheet/fpsopendocument.pas b/components/fpspreadsheet/fpsopendocument.pas index 3059d6020..94d193dd7 100755 --- a/components/fpspreadsheet/fpsopendocument.pas +++ b/components/fpspreadsheet/fpsopendocument.pas @@ -63,7 +63,7 @@ type // Gets value for the specified attribute. Returns empty string if attribute // not found. function GetAttrValue(ANode : TDOMNode; AAttrName : string) : string; - // Figures out what the base year for times in this file (dates are unambiguous) + // Figures out the base year for times in this file (dates are unambiguous) procedure ReadDateMode(SpreadSheetNode: TDOMNode); protected procedure CreateNumFormatList; override; @@ -179,8 +179,8 @@ end; { TsSpreadOpenDocReader } -{ Creates the correct version of the number format list. - It is for ods file formats. } +{ Creates the correct version of the number format list + suited for ODS file formats. } procedure TsSpreadOpenDocReader.CreateNumFormatList; begin FreeAndNil(FNumFormatList);