fpspreadsheet: Less hints and warnings.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6456 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-06-04 11:03:03 +00:00
parent 9ce59d21d5
commit 38001d24d7
9 changed files with 31 additions and 53 deletions

View File

@@ -1251,7 +1251,7 @@ end;
function GetCellRangeString_ODS(ARange: TsCellRange;
AFlags: TsRelFlags = rfAllRel; Compact: Boolean = false): String;
begin
Result := GetCellRangeString_ODS(ARange, AFlags, true);
Result := GetCellRangeString_ODS(ARange, AFlags, Compact);
end;