You've already forked lazarus-ccr
fpspreadsheet: Reading/writing of negative currencies in red now working for ods
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3189 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -275,7 +275,8 @@ var
|
||||
uValue: String;
|
||||
begin
|
||||
uValue := Uppercase(AValue);
|
||||
Result := (uValue = '$') or (uValue = 'USD') or
|
||||
Result := (uValue = Uppercase(AnsiToUTF8(FWorkbook.FormatSettings.CurrencyString))) or
|
||||
(uValue = '$') or (uValue = 'USD') or
|
||||
(uValue = '�') or (uValue = 'EUR') or
|
||||
(uValue = '�') or (uValue = 'GBP') or
|
||||
(uValue = '�') or (uValue = 'JPY');
|
||||
|
||||
Reference in New Issue
Block a user