diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-07-04 11:38:29 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-07-04 13:16:06 +0200 |
commit | 7656ffac6fbbacd8739ee690549517a8e0e49f6b (patch) | |
tree | 87875f3f2fb72fac4512d3197b30f33b1029d978 /source/text/sbasic | |
parent | 11126b46e48f2a504eafdc4cd14e43a0b532e8b3 (diff) |
Fix typos
Change-Id: I9b855f5b4af6c5cba368b5649ecce61d9dcfc202
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/153952
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.xhp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/source/text/sbasic/shared/03/sf_dialog.xhp b/source/text/sbasic/shared/03/sf_dialog.xhp index 67c8fc3105..c6abe7a7ca 100644 --- a/source/text/sbasic/shared/03/sf_dialog.xhp +++ b/source/text/sbasic/shared/03/sf_dialog.xhp @@ -802,8 +802,8 @@ <embed href="text/sbasic/shared/03/sf_dialog.xhp#CreateSharedParms"/> <paragraph role="paragraph" id="par_id561688135183954"><emph>Border</emph>: "3D" (default) or "FLAT" or "NONE"</paragraph> <paragraph role="paragraph" id="par_id691688135184764"><emph>SpinButton</emph>: when True (default = False), a spin button is present</paragraph> - <paragraph role="paragraph" id="par_id941688135185218"><emph>MinValue</emph>: the smallest value that can be entered in the control. Dafault = -1000000</paragraph> - <paragraph role="paragraph" id="par_id881688135185626"><emph>MaxValue</emph>: the largest value that can be entered in the control. Dafault = +1000000</paragraph> + <paragraph role="paragraph" id="par_id941688135185218"><emph>MinValue</emph>: the smallest value that can be entered in the control. Default = -1000000</paragraph> + <paragraph role="paragraph" id="par_id881688135185626"><emph>MaxValue</emph>: the largest value that can be entered in the control. Default = +1000000</paragraph> <embed href="text/sbasic/shared/03/sf_dialog.xhp#CreateReturn"/> <embed href="text/sbasic/shared/00000003.xhp#functexample"/> <embed href="text/sbasic/shared/00000003.xhp#In_Basic"/> @@ -900,8 +900,8 @@ <embed href="text/sbasic/shared/03/sf_dialog.xhp#CreateSharedParms"/> <paragraph role="paragraph" id="par_id841688135885946"><emph>Border</emph>: "3D" (default) or "FLAT" or "NONE"</paragraph> <paragraph role="paragraph" id="par_id781688135886499"><emph>SpinButton</emph>: when True (default = False), a spin button is present</paragraph> - <paragraph role="paragraph" id="par_id481688135887010"><emph>MinValue</emph>: the smallest value that can be entered in the control. Dafault = -1000000</paragraph> - <paragraph role="paragraph" id="par_id371688135887594"><emph>MaxValue</emph>: the largest value that can be entered in the control. Dafault = +1000000</paragraph> + <paragraph role="paragraph" id="par_id481688135887010"><emph>MinValue</emph>: the smallest value that can be entered in the control. Default = -1000000</paragraph> + <paragraph role="paragraph" id="par_id371688135887594"><emph>MaxValue</emph>: the largest value that can be entered in the control. Default = +1000000</paragraph> <paragraph role="paragraph" id="par_id191688135888122"><emph>Increment</emph>: the step when the spin button is pressed. Default = 1</paragraph> <paragraph role="paragraph" id="par_id451688135888638"><emph>Accuracy</emph>: specifies the decimal accuracy. Default = 2 decimal digits</paragraph> <embed href="text/sbasic/shared/03/sf_dialog.xhp#CreateReturn"/> @@ -1001,8 +1001,8 @@ <embed href="text/sbasic/shared/03/sf_dialog.xhp#CreateSharedParms"/> <paragraph role="paragraph" id="par_id731688136882518"><emph>Orientation</emph>: H[orizontal] or V[ertical]</paragraph> <paragraph role="paragraph" id="par_id341688136882960"><emph>Border</emph>: "3D" (default) or "FLAT" or "NONE"</paragraph> - <paragraph role="paragraph" id="par_id621688136883363"><emph>MinValue</emph>: the smallest value that can be entered in the control. Dafault = 0</paragraph> - <paragraph role="paragraph" id="par_id241688136883785"><emph>MaxValue</emph>: the largest value that can be entered in the control. Dafault = 100</paragraph> + <paragraph role="paragraph" id="par_id621688136883363"><emph>MinValue</emph>: the smallest value that can be entered in the control. Default = 0</paragraph> + <paragraph role="paragraph" id="par_id241688136883785"><emph>MaxValue</emph>: the largest value that can be entered in the control. Default = 100</paragraph> <embed href="text/sbasic/shared/03/sf_dialog.xhp#CreateReturn"/> <embed href="text/sbasic/shared/00000003.xhp#functexample"/> <embed href="text/sbasic/shared/00000003.xhp#In_Basic"/> |