FPSpreadsheet: Fix occasionally missing axis labels in ods reading.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9483 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz 2024-10-11 13:11:25 +00:00
parent c163481ff7
commit 6f5ac5dcf0

View File

@ -826,7 +826,7 @@ begin
s := GetAttrValue(AStyleNode, 'chart:axis-position');
case s of
'start':
'start', '0':
Axis.Position := capStart;
'end':
Axis.Position := capEnd;