fpspreadsheet: Remove comment about to do item regarding writing of conditional fonts in xlsx.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8037 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2021-05-18 10:43:34 +00:00
parent 7959f69879
commit b18474f986

View File

@ -6591,15 +6591,8 @@ begin
'<dxf>');
{ font }
// TODO: Fix font handling: although correct in syntax something seems to be missing...
if (uffFont in AFormat^.UsedFormattingFields) then
begin
(*
AFormat^.UsedFormattingFields := AFormat^.UsedFormattingfields - [uffFont]; // trying to make the file readable...
FWorkbook.AddErrorMsg('Writing conditional font not supported by XLSX writer.');
{
*)
font := TsWorkbook(FWorkbook).GetFont(AFormat^.FontIndex);
if font <> nil then
begin