diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-16 10:04:16 +0100 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-03-16 13:00:11 +0100 |
commit | ff7ed8ccca4165ecc4b23a9670ceb63fe8e8a313 (patch) | |
tree | ac8b603a2a2f45acf3547d2fff9e74bab4dfcd07 /wizards/source/scriptforge | |
parent | effb43e5ac8ebb478e6d277a66c844d14769415e (diff) |
Fix typo
Change-Id: I8c2e3dcfddd27aa7d32feb7a3c7923b411cdafa6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164899
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jenkins
Diffstat (limited to 'wizards/source/scriptforge')
-rw-r--r-- | wizards/source/scriptforge/python/scriptforge.pyi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/scriptforge/python/scriptforge.pyi b/wizards/source/scriptforge/python/scriptforge.pyi index d37105b4a36e..d4556830e225 100644 --- a/wizards/source/scriptforge/python/scriptforge.pyi +++ b/wizards/source/scriptforge/python/scriptforge.pyi @@ -4178,11 +4178,11 @@ class SFDialogs: TripleState: bool """ Get/set whether the ``checkbox`` control may appear dimmed (grayed). """ URL: str - """ Get/set the URL to open when clcking the ``hyperlink`` control. """ + """ Get/set the URL to open when clicking the ``hyperlink`` control. """ Value: Any """ Get/set the content of the control: - + - ``Button``: bool - For toggle buttons only. - ``CheckBox``: bool, int - 0, ``False``: not checked, 1, ``True``: checked, 2: grayed, don't know. - ``ComboBox``: str - The selected value. The ``ListIndex`` property is an alternate option. |