wizards/source/sfdialogs/SF_Dialog.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 13c3376b01770db981cdf2c63ef4072ebe0d4d21 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu May 18 12:16:05 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu May 18 12:36:50 2023 +0200 Fix typo Change-Id: Ifbda8492c1b7c6cef1616a6183e2d04aee1b9bde Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151944 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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>