fpspreadsheet: Remove unnecessary empty rows and columns from test files "testodf.ods" and "testodf_1899.ods" to speed up test application.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3119 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2014-06-01 10:29:06 +00:00
parent 33a8fdcb43
commit 100e8978ef
3 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ begin
// Open the input file
MyDir := ExtractFilePath(ParamStr(0));
InputFileName := MyDir + 'test.ods';
InputFileName := MyDir + 'testodf.ods';
WriteLn('Opening input file ', InputFilename);
// Create the spreadsheet