summaryrefslogtreecommitdiff
path: root/source/text/sbasic
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-07-04 11:49:22 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-07-04 13:14:54 +0200
commit6b29c320e0e7a7fd2b0839e3aa7e353252a1f811 (patch)
tree70dc02fcf0917e782350004347a069b2fb2aab0b /source/text/sbasic
parent257fec6735fa0d0e57c0c2d0220bd71ce987b947 (diff)
Fix typo
Change-Id: I06f6b6f701ab87932f2f5784bf10ab0bdc838e8d Reviewed-on: https://gerrit.libreoffice.org/c/help/+/153956 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'source/text/sbasic')
-rw-r--r--source/text/sbasic/shared/03/sf_dialog.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03/sf_dialog.xhp b/source/text/sbasic/shared/03/sf_dialog.xhp
index f3207c0434..e38252ff92 100644
--- a/source/text/sbasic/shared/03/sf_dialog.xhp
+++ b/source/text/sbasic/shared/03/sf_dialog.xhp
@@ -699,7 +699,7 @@
<h2 id="hd_id491598185886346" localize="false">CreateDateField</h2>
<paragraph role="paragraph" id="par_id199598185776500">Create a new control of type DateField in the current dialog.</paragraph>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
- <paragraph role="paragraph" localize="false" id="par_CreateDate"><input>svc.CreateDateField(opt ControlName: str, opt Place, Border = "3D", DropDown = False, opp MinDate, opt MaxDate): svc</input></paragraph>
+ <paragraph role="paragraph" localize="false" id="par_CreateDate"><input>svc.CreateDateField(opt ControlName: str, opt Place, Border = "3D", DropDown = False, opt MinDate, opt MaxDate): svc</input></paragraph>
<embed href="text/sbasic/shared/03/sf_dialog.xhp#CreateSharedParms"/>
<paragraph role="paragraph" id="par_id831688133418579"><emph>Border</emph>: &quot;3D&quot; (default) or &quot;FLAT&quot; or &quot;NONE&quot;</paragraph>
<paragraph role="paragraph" id="par_id521688133422980"><emph>DropDown</emph>: when True (default = False), a dropdown button is shown</paragraph>