summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-05-18 12:16:05 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-05-18 12:36:50 +0200
commit13c3376b01770db981cdf2c63ef4072ebe0d4d21 (patch)
tree46e0827cd1a52c254d657bed390a377b63f116f6 /wizards
parent4b3d3354119b643ec20aaad187d0a6506ea307fb (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.xba4
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 _
&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>