source/text/sbasic/shared/03/sf_dialog.xhp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 2fd43ac04f55c78c7e323dc28509889d027f7a42 Author: Olivier Hallot <olivier.hal...@libreoffice.org> AuthorDate: Tue Jul 4 14:54:54 2023 -0300 Commit: Olivier Hallot <olivier.hal...@libreoffice.org> CommitDate: Tue Jul 4 19:56:20 2023 +0200 Fix a d'oh! you found a bug Change-Id: Id8da79e4ba7bad65143624318f76b8697d0a3445 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/153980 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> diff --git a/source/text/sbasic/shared/03/sf_dialog.xhp b/source/text/sbasic/shared/03/sf_dialog.xhp index c6abe7a7ca..96d1bd40dc 100644 --- a/source/text/sbasic/shared/03/sf_dialog.xhp +++ b/source/text/sbasic/shared/03/sf_dialog.xhp @@ -612,7 +612,7 @@ <embed href="text/sbasic/shared/00000003.xhp#In_Python"/> <pycode> <paragraph role="pycode" id="pyc_id861688389993653">myButton = dlg.CreateButton('Button1', (20, 20, 60, 15))</paragraph> - </pycode> + </pycode> </section> <section id="CreateCheckBox"> @@ -647,7 +647,7 @@ <paragraph role="paragraph" id="par_id991591885776500">Create a new control of type ComboBox in the current dialog.</paragraph> <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> <paragraph role="paragraph" localize="false" id="par_CreateCombo"><input>svc.CreateComboBox(opt ControlName: str, opt Place, Border = "3D", DropDown = True, LineCount = 5): svc</input></paragraph> - <embed href="text/sbasic/sharedCurrencyField/03/sf_dialog.xhp#CreateSharedParms"/> + <embed href="text/sbasic/shared/03/sf_dialog.xhp#CreateSharedParms"/> <paragraph role="paragraph" id="par_id241688132526109"><emph>Border</emph>: "3D" (default) or "FLAT" or "NONE"</paragraph> <paragraph role="paragraph" id="par_id641688132528598"><emph>DropDown</emph>: When True (default), a drop down button is displayed</paragraph> <paragraph role="paragraph" id="par_id901688132529427"><emph>LineCount</emph>: Specifies the maximum line count displayed in the drop down (default = 5)</paragraph> @@ -815,7 +815,7 @@ <paragraph role="pycode" id="pyc_id481688392650918">myFormattedField = dlg.CreateFormattedField('FormattedField1', (20, 20, 60, 15), SpinButton = True)</paragraph> </pycode> </section> - + <section id="CreateGroupBox"> <comment> CreateGroupBox ------------------------------------------------------------------------------------------------------------------------- </comment> <bookmark xml-lang="en-US" localize="false" branch="index" id="bm_id166698185776261">