diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-05-18 12:16:05 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-05-18 12:36:50 +0200 |
commit | 13c3376b01770db981cdf2c63ef4072ebe0d4d21 (patch) | |
tree | 46e0827cd1a52c254d657bed390a377b63f116f6 /wizards | |
parent | 4b3d3354119b643ec20aaad187d0a6506ea307fb (diff) |
Fix typo
Change-Id: Ifbda8492c1b7c6cef1616a6183e2d04aee1b9bde
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151944
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/sfdialogs/SF_Dialog.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/sfdialogs/SF_Dialog.xba b/wizards/source/sfdialogs/SF_Dialog.xba index 7ce10d21f7b2..d06b685053d6 100644 --- a/wizards/source/sfdialogs/SF_Dialog.xba +++ b/wizards/source/sfdialogs/SF_Dialog.xba @@ -634,7 +634,7 @@ Public Function CreateButton(Optional ByVal ControlName As Variant _ ''' Create a new control of type Button in the actual dialog. ''' Specific args: ''' Toggle: when True a Toggle button is created. Default = False -''' Push: "OK", "CANCE" or "" (default) +''' Push: "OK", "CANCEL" or "" (default) ''' Returns: ''' an instance of the SF_DialogControl class or Nothing ''' Example: @@ -2878,4 +2878,4 @@ Private Function _Repr() As String End Function ' SFDialogs.SF_Dialog._Repr REM ============================================ END OF SFDIALOGS.SF_DIALOG -</script:module>
\ No newline at end of file +</script:module> |