source/text/sbasic/shared/03/sf_dialog.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 11126b46e48f2a504eafdc4cd14e43a0b532e8b3
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jul 4 11:46:20 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Jul 4 13:15:39 2023 +0200

    Fix typo
    
    Change-Id: Ia94aac3b44f6c4a9b7671fef82f93fcc83bc7335
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/153954
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/source/text/sbasic/shared/03/sf_dialog.xhp 
b/source/text/sbasic/shared/03/sf_dialog.xhp
index 8add760552..67c8fc3105 100644
--- a/source/text/sbasic/shared/03/sf_dialog.xhp
+++ b/source/text/sbasic/shared/03/sf_dialog.xhp
@@ -873,7 +873,7 @@
    <paragraph role="paragraph" localize="false" 
id="par_CreateListBox"><input>svc.CreateListBox(opt ControlName: str, opt 
Place, Border = "3D", DropDown = True, LineCount = 5, MultiSelect = False): 
svc</input></paragraph>
    <embed href="text/sbasic/shared/03/sf_dialog.xhp#CreateSharedParms"/>
    <paragraph role="paragraph" 
id="par_id1001688135548955"><emph>Border</emph>: &quot;3D&quot; (default) or 
&quot;FLAT&quot; or &quot;NONE&quot;</paragraph>
-   <paragraph role="paragraph" 
id="par_id11688135550412"><emph>DropDown</emph>: When True (default), a drop 
down button is displed</paragraph>
+   <paragraph role="paragraph" 
id="par_id11688135550412"><emph>DropDown</emph>: When True (default), a drop 
down button is displayed</paragraph>
    <paragraph role="paragraph" 
id="par_id121688135552418"><emph>LineCount</emph>: Specifies the maximum line 
count displayed in the drop down (default = 5)</paragraph>
    <paragraph role="paragraph" 
id="par_id661688135552802"><emph>MultiSelect</emph>: When True, more than 1 
entry may be selected. Default = False</paragraph>
    <embed href="text/sbasic/shared/03/sf_dialog.xhp#CreateReturn"/>

Reply via email to