You've already forked lazarus-ccr
Cosmetic
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3065 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user