You've already forked lazarus-ccr
fpspreadsheet: Support node <text:s> in opendocument (https://forum.lazarus.freepascal.org/index.php/topic,64032.msg485856.html)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8885 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -3118,6 +3118,8 @@ begin
|
|||||||
end;
|
end;
|
||||||
AddToCellText(spanText);
|
AddToCellText(spanText);
|
||||||
end;
|
end;
|
||||||
|
'text:s':
|
||||||
|
AddToCellText(' ');
|
||||||
'text:line-break':
|
'text:line-break':
|
||||||
AddToCellText(FPS_LINE_ENDING);
|
AddToCellText(FPS_LINE_ENDING);
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user