git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8885 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-07-18 20:24:20 +00:00
parent 32240d2e69
commit caa791fa8e

View File

@ -3118,6 +3118,8 @@ begin
end;
AddToCellText(spanText);
end;
'text:s':
AddToCellText(' ');
'text:line-break':
AddToCellText(FPS_LINE_ENDING);
end;