You've already forked lazarus-ccr
fpspreadsheet: Fix boolean formula failures in unit tests (probably introduced by r6570).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6643 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -4680,7 +4680,7 @@ begin
|
|||||||
case AValue.ResultType of
|
case AValue.ResultType of
|
||||||
rtString :
|
rtString :
|
||||||
Result := (AValue.ResString = '');
|
Result := (AValue.ResString = '');
|
||||||
rtInteger, rtFloat, rtError:
|
rtInteger, rtFloat, rtBoolean, rtError:
|
||||||
Result := false;
|
Result := false;
|
||||||
rtEmpty:
|
rtEmpty:
|
||||||
Result := true;
|
Result := true;
|
||||||
|
Reference in New Issue
Block a user