FPSpreadsheet: Fix reading text:span elements in chart titles.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9475 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
bb303d45aa
commit
6599aeba51
@ -1873,7 +1873,7 @@ begin
|
||||
begin
|
||||
nodeName := childNode.NodeName;
|
||||
case nodeName of
|
||||
'#text':
|
||||
'#text', 'text:span':
|
||||
s := s + childNode.TextContent;
|
||||
'text:s':
|
||||
s := s + ' ';
|
||||
|
Loading…
Reference in New Issue
Block a user