fpspreadsheet: Small improvements

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@943 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat
2009-09-01 16:47:45 +00:00
parent ca0c39185f
commit cc11ea4ee1
2 changed files with 4 additions and 1 deletions

View File

@@ -20,6 +20,9 @@ var
MyDir: string;
i: Integer;
CurCell: PCell;
{$IFDEF WINDOWS}{$R excel8read.rc}{$ENDIF}
begin
// Open the input file
MyDir := ExtractFilePath(ParamStr(0));