fpspreadsheet: Fix range overflow if formula contains integers > 65535

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4619 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-04-13 10:03:47 +00:00
parent 68466d4ade
commit 2a25a3e64c
4 changed files with 19 additions and 14 deletions

View File

@ -202,7 +202,7 @@ type
Sheet, Sheet2: Integer; // zero-based
SheetNames: String; // both sheet names separated by a TAB character (intermediate use only)
DoubleValue: double;
IntValue: Word;
IntValue: Int64;
StringValue: String;
RelFlags: TsRelFlags; // info on relative/absolute addresses
FuncName: String;