source/text/sbasic/shared/03/sf_dialog.xhp |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 7656ffac6fbbacd8739ee690549517a8e0e49f6b
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jul 4 11:38:29 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Jul 4 13:16:06 2023 +0200

    Fix typos
    
    Change-Id: I9b855f5b4af6c5cba368b5649ecce61d9dcfc202
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/153952
    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 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>: 
&quot;3D&quot; (default) or &quot;FLAT&quot; or &quot;NONE&quot;</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>: 
&quot;3D&quot; (default) or &quot;FLAT&quot; or &quot;NONE&quot;</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>: 
&quot;3D&quot; (default) or &quot;FLAT&quot; or &quot;NONE&quot;</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"/>

Reply via email to