wizards/source/scriptforge/python/scriptforge.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 74b79b7ac1fb8be447d31e27691d4d6510fcb9e2 Author: Jean-Pierre Ledure <j...@ledure.be> AuthorDate: Wed Oct 2 16:25:51 2024 +0200 Commit: Adolfo Jayme Barrientos <fit...@ubuntu.com> CommitDate: Wed Oct 2 17:53:55 2024 +0200 scriptforge.pyi - Typo Change-Id: Ieff7ec790c457b1f4f67544d3f300fc68723d5aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174393 Reviewed-by: Jean-Pierre Ledure <j...@ledure.be> Tested-by: Jenkins diff --git a/wizards/source/scriptforge/python/scriptforge.pyi b/wizards/source/scriptforge/python/scriptforge.pyi index 366da7084a07..0e5387a639ce 100644 --- a/wizards/source/scriptforge/python/scriptforge.pyi +++ b/wizards/source/scriptforge/python/scriptforge.pyi @@ -6095,7 +6095,7 @@ class SFDocuments: in the user interface can be read or modified. """ - ChartType: Literal['Pi', 'Bar', 'Donut', 'Column', 'Area', 'Line', 'CY', 'Bubble', 'Net'] + ChartType: Literal['Pie', 'Bar', 'Donut', 'Column', 'Area', 'Line', 'XY', 'Bubble', 'Net'] """ Get/set the chart type as a string that can assume one of the following values: "Pie", "Bar", "Donut", "Column", "Area", "Line", "XY", "Bubble", "Net". """ Deep: bool