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 _
 &apos;&apos;&apos;     Create a new control of type Button in the actual 
dialog.
 &apos;&apos;&apos;     Specific args:
 &apos;&apos;&apos;             Toggle: when True a Toggle button is created. 
Default = False
-&apos;&apos;&apos;             Push: &quot;OK&quot;, &quot;CANCE&quot; or 
&quot;&quot; (default)
+&apos;&apos;&apos;             Push: &quot;OK&quot;, &quot;CANCEL&quot; or 
&quot;&quot; (default)
 &apos;&apos;&apos;     Returns:
 &apos;&apos;&apos;             an instance of the SF_DialogControl class or 
Nothing
 &apos;&apos;&apos;     Example:
@@ -2878,4 +2878,4 @@ Private Function _Repr() As String
 End Function   &apos;  SFDialogs.SF_Dialog._Repr
 
 REM ============================================ END OF SFDIALOGS.SF_DIALOG
-</script:module>
\ No newline at end of file
+</script:module>

Reply via email to