wizards/source/scriptforge/python/scriptforge.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3846a3b02ce76fda4d34e9db56b48767e67660fb Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Nov 13 18:37:10 2025 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Fri Nov 14 13:09:33 2025 +0100 Fix typo Change-Id: I0faf22d000d08806662cf7e958896b967961ed0e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193980 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/wizards/source/scriptforge/python/scriptforge.pyi b/wizards/source/scriptforge/python/scriptforge.pyi index 948528644c31..e5cadedc8677 100644 --- a/wizards/source/scriptforge/python/scriptforge.pyi +++ b/wizards/source/scriptforge/python/scriptforge.pyi @@ -6607,7 +6607,7 @@ class SFDocuments: """ Define the anchor type and the cell to which the shape has to be anchored. Args - ``ancortype``: 'CELL' = the shape is anchored "to cell", + ``anchortype``: 'CELL' = the shape is anchored "to cell", 'CELLRESIZE' = the shape is anchored "to cell (resize with cell)", 'PAGE' = the shape is anchored to the sheet.
