wizards/source/sfdialogs/SF_Dialog.xba |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

New commits:
commit 5d439a07b60d505ac1a9fafad90849aa13f0c2aa
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jul 4 11:39:09 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Jul 4 14:24:29 2023 +0200

    Fix typos
    
    Change-Id: I1049c2bec21caa751a37708023338a1449dc5539
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153953
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/wizards/source/sfdialogs/SF_Dialog.xba 
b/wizards/source/sfdialogs/SF_Dialog.xba
index f08a6ad7b45d..bbbeddd111d1 100644
--- a/wizards/source/sfdialogs/SF_Dialog.xba
+++ b/wizards/source/sfdialogs/SF_Dialog.xba
@@ -858,8 +858,8 @@ Public Function CreateCurrencyField(Optional ByVal 
ControlName As Variant _
 &apos;&apos;&apos;     Specific args:
 &apos;&apos;&apos;             Border: &quot;3D&quot; (default) or 
&quot;FLAT&quot; or &quot;NONE&quot;
 &apos;&apos;&apos;             SpinButton:: when True (default = False), a 
spin button is present
-&apos;&apos;&apos;             MinValue: the smallest value that can be 
entered in the control. Dafault = -1000000
-&apos;&apos;&apos;             MaxValue: the largest value that can be entered 
in the control. Dafault = +1000000
+&apos;&apos;&apos;             MinValue: the smallest value that can be 
entered in the control. Default = -1000000
+&apos;&apos;&apos;             MaxValue: the largest value that can be entered 
in the control. Default = +1000000
 &apos;&apos;&apos;             Increment: the step when the spin button is 
pressed. Default = 1
 &apos;&apos;&apos;             Accuracy: specifies the decimal accuracy. 
Default = 2 decimal digits
 &apos;&apos;&apos;     Returns:
@@ -920,8 +920,8 @@ Public Function CreateDateField(Optional ByVal ControlName 
As Variant _
 &apos;&apos;&apos;     Specific args:
 &apos;&apos;&apos;             Border: &quot;3D&quot; (default) or 
&quot;FLAT&quot; or &quot;NONE&quot;
 &apos;&apos;&apos;             Dropdown:: when True (default = False), a 
dropdown button is shown
-&apos;&apos;&apos;             MinDate: the smallest date that can be entered 
in the control. Dafault = 1900-01-01
-&apos;&apos;&apos;             MaxDate: the largest Date that can be entered 
in the control. Dafault = 2200-12-31
+&apos;&apos;&apos;             MinDate: the smallest date that can be entered 
in the control. Default = 1900-01-01
+&apos;&apos;&apos;             MaxDate: the largest Date that can be entered 
in the control. Default = 2200-12-31
 &apos;&apos;&apos;     Returns:
 &apos;&apos;&apos;             an instance of the SF_DialogControl class or 
Nothing
 &apos;&apos;&apos;     Example:
@@ -1133,8 +1133,8 @@ Public Function CreateFormattedField(Optional ByVal 
ControlName As Variant _
 &apos;&apos;&apos;     Specific args:
 &apos;&apos;&apos;             Border: &quot;3D&quot; (default) or 
&quot;FLAT&quot; or &quot;NONE&quot;
 &apos;&apos;&apos;             SpinButton:: when True (default = False), a 
spin button is present
-&apos;&apos;&apos;             MinValue: the smallest value that can be 
entered in the control. Dafault = -1000000
-&apos;&apos;&apos;             MaxValue: the largest value that can be entered 
in the control. Dafault = +1000000
+&apos;&apos;&apos;             MinValue: the smallest value that can be 
entered in the control. Default = -1000000
+&apos;&apos;&apos;             MaxValue: the largest value that can be entered 
in the control. Default = +1000000
 &apos;&apos;&apos;     Returns:
 &apos;&apos;&apos;             an instance of the SF_DialogControl class or 
Nothing
 &apos;&apos;&apos;     Example:
@@ -1407,8 +1407,8 @@ Public Function CreateNumericField(Optional ByVal 
ControlName As Variant _
 &apos;&apos;&apos;     Specific args:
 &apos;&apos;&apos;             Border: &quot;3D&quot; (default) or 
&quot;FLAT&quot; or &quot;NONE&quot;
 &apos;&apos;&apos;             SpinButton:: when True (default = False), a 
spin button is present
-&apos;&apos;&apos;             MinValue: the smallest value that can be 
entered in the control. Dafault = -1000000
-&apos;&apos;&apos;             MaxValue: the largest value that can be entered 
in the control. Dafault = +1000000
+&apos;&apos;&apos;             MinValue: the smallest value that can be 
entered in the control. Default = -1000000
+&apos;&apos;&apos;             MaxValue: the largest value that can be entered 
in the control. Default = +1000000
 &apos;&apos;&apos;             Increment: the step when the spin button is 
pressed. Default = 1
 &apos;&apos;&apos;             Accuracy: specifies the decimal accuracy. 
Default = 2 decimal digits
 &apos;&apos;&apos;     Returns:
@@ -1614,8 +1614,8 @@ Public Function CreateScrollBar(Optional ByVal 
ControlName As Variant _
 &apos;&apos;&apos;     Specific args:
 &apos;&apos;&apos;             Orientation: H[orizontal] or V[ertical]
 &apos;&apos;&apos;             Border: &quot;3D&quot; (default) or 
&quot;FLAT&quot; or &quot;NONE&quot;
-&apos;&apos;&apos;             MinValue: the smallest value that can be 
entered in the control. Dafault = 0
-&apos;&apos;&apos;             MaxValue: the largest value that can be entered 
in the control. Dafault = 100
+&apos;&apos;&apos;             MinValue: the smallest value that can be 
entered in the control. Default = 0
+&apos;&apos;&apos;             MaxValue: the largest value that can be entered 
in the control. Default = 100
 &apos;&apos;&apos;     Returns:
 &apos;&apos;&apos;             an instance of the SF_DialogControl class or 
Nothing
 &apos;&apos;&apos;     Example:
@@ -1794,8 +1794,8 @@ Public Function CreateTimeField(Optional ByVal 
ControlName As Variant _
 &apos;&apos;&apos;     Create a new control of type TimeField in the actual 
dialog.
 &apos;&apos;&apos;     Specific args:
 &apos;&apos;&apos;             Border: &quot;3D&quot; (default) or 
&quot;FLAT&quot; or &quot;NONE&quot;
-&apos;&apos;&apos;             MinTime: the smallest time that can be entered 
in the control. Dafault = 0
-&apos;&apos;&apos;             MaxTime: the largest time that can be entered 
in the control. Dafault = 24h
+&apos;&apos;&apos;             MinTime: the smallest time that can be entered 
in the control. Default = 0
+&apos;&apos;&apos;             MaxTime: the largest time that can be entered 
in the control. Default = 24h
 &apos;&apos;&apos;     Returns:
 &apos;&apos;&apos;             an instance of the SF_DialogControl class or 
Nothing
 &apos;&apos;&apos;     Example:

Reply via email to