summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-11-06 12:21:57 +0100
committerJulien Nabet <serval2412@yahoo.fr>2020-11-06 18:38:57 +0100
commit45663079407ddf8ec4fd1e070e63571132b92f65 (patch)
tree7f32657702a4182e478af98bc73c558051468829 /wizards
parent69edfcf789db1920273191d93fae0bc03f385b81 (diff)
Fix typos
Change-Id: Ie7b8ca46092cc151ee2ec50bfd00a7ad9930f783 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105402 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/sfdialogs/SF_Dialog.xba2
-rw-r--r--wizards/source/sfdialogs/SF_DialogControl.xba4
-rw-r--r--wizards/source/sfdialogs/SF_Register.xba4
-rw-r--r--wizards/source/sfdocuments/SF_Base.xba4
-rw-r--r--wizards/source/sfdocuments/SF_Calc.xba14
-rw-r--r--wizards/source/sfdocuments/SF_Document.xba2
6 files changed, 15 insertions, 15 deletions
diff --git a/wizards/source/sfdialogs/SF_Dialog.xba b/wizards/source/sfdialogs/SF_Dialog.xba
index 63abb011aeea..befa333b70c6 100644
--- a/wizards/source/sfdialogs/SF_Dialog.xba
+++ b/wizards/source/sfdialogs/SF_Dialog.xba
@@ -75,7 +75,7 @@ REM ============================================================ MODULE CONSTANT
Private Const OKBUTTON = 1
Private Const CANCELBUTTON = 0
-REM ===================================================== CONSTRUCTOR/DESCTRUCTOR
+REM ===================================================== CONSTRUCTOR/DESTRUCTOR
REM -----------------------------------------------------------------------------
Private Sub Class_Initialize()
diff --git a/wizards/source/sfdialogs/SF_DialogControl.xba b/wizards/source/sfdialogs/SF_DialogControl.xba
index 3d1494a5c36c..2b23fed76331 100644
--- a/wizards/source/sfdialogs/SF_DialogControl.xba
+++ b/wizards/source/sfdialogs/SF_DialogControl.xba
@@ -80,7 +80,7 @@ Private Const CTLSCROLLBAR = &quot;ScrollBar&quot;
Private Const CTLTEXTFIELD = &quot;TextField&quot;
Private Const CTLTIMEFIELD = &quot;TimeField&quot;
-REM ===================================================== CONSTRUCTOR/DESCTRUCTOR
+REM ===================================================== CONSTRUCTOR/DESTRUCTOR
REM -----------------------------------------------------------------------------
Private Sub Class_Initialize()
@@ -1096,4 +1096,4 @@ Private Function _Repr() As String
End Function &apos; SFDialogs.SF_DialogControl._Repr
REM ============================================ END OF SFDIALOGS.SF_DIALOGCONTROL
-</script:module> \ No newline at end of file
+</script:module>
diff --git a/wizards/source/sfdialogs/SF_Register.xba b/wizards/source/sfdialogs/SF_Register.xba
index dba36894abf9..c1021fa8552d 100644
--- a/wizards/source/sfdialogs/SF_Register.xba
+++ b/wizards/source/sfdialogs/SF_Register.xba
@@ -220,7 +220,7 @@ Public Function _NewDialog(Optional ByVal pvArgs As Variant) As Object
&apos; Args:
&apos;&apos;&apos; Container: either &quot;GlobalScope&quot; or a WindowName. Default = the active window
&apos;&apos;&apos; see the definition of WindowName in the description of the UI service
-&apos;&apos;&apos; Library: the name of the library hosting the dialog. Defailt = &quot;Standard&quot;
+&apos;&apos;&apos; Library: the name of the library hosting the dialog. Default = &quot;Standard&quot;
&apos;&apos;&apos; DialogName: The name of the dialog
&apos;&apos;&apos; Library and dialog names are case-sensitive
&apos;&apos;&apos; Returns: the instance or Nothing
@@ -324,4 +324,4 @@ CatchNotFound:
End Function &apos; SFDialogs.SF_Register._NewDialog
REM ============================================== END OF SFDIALOGS.SF_REGISTER
-</script:module> \ No newline at end of file
+</script:module>
diff --git a/wizards/source/sfdocuments/SF_Base.xba b/wizards/source/sfdocuments/SF_Base.xba
index 166b717919d3..05787fa99a33 100644
--- a/wizards/source/sfdocuments/SF_Base.xba
+++ b/wizards/source/sfdocuments/SF_Base.xba
@@ -62,7 +62,7 @@ Private _Database As Object &apos; SFDatabases.Database service instance
REM ============================================================ MODULE CONSTANTS
-REM ===================================================== CONSTRUCTOR/DESCTRUCTOR
+REM ===================================================== CONSTRUCTOR/DESTRUCTOR
REM -----------------------------------------------------------------------------
Private Sub Class_Initialize()
@@ -461,4 +461,4 @@ Private Function _Repr() As String
End Function &apos; SFDocuments.SF_Base._Repr
REM ============================================ END OF SFDOCUMENTS.SF_BASE
-</script:module> \ No newline at end of file
+</script:module>
diff --git a/wizards/source/sfdocuments/SF_Calc.xba b/wizards/source/sfdocuments/SF_Calc.xba
index 5c897e2dbd14..892d7268ad5f 100644
--- a/wizards/source/sfdocuments/SF_Calc.xba
+++ b/wizards/source/sfdocuments/SF_Calc.xba
@@ -110,12 +110,12 @@ REM ============================================================ MODULE CONSTANT
Private Const cstSHEET = 1
Private Const cstRANGE = 2
-Private Const MAXCOLS = 2^10 &apos; Max number of colums in a sheet
+Private Const MAXCOLS = 2^10 &apos; Max number of columns in a sheet
Private Const MAXROWS = 2^20 &apos; Max number of rows in a sheet
Private Const CALCREFERENCE = &quot;SF_CalcReference&quot; &apos; Object type of _Address
-REM ===================================================== CONSTRUCTOR/DESCTRUCTOR
+REM ===================================================== CONSTRUCTOR/DESTRUCTOR
REM -----------------------------------------------------------------------------
Private Sub Class_Initialize()
@@ -1014,7 +1014,7 @@ Public Function ImportFromCSVFile(Optional ByVal FileName As Variant _
, Optional ByVal FilterOptions As Variant _
) As String
&apos;&apos;&apos; Import the content of a CSV-formatted text file starting from a given cell
-&apos;&apos;&apos; Beforehands the destination area will be cleared from any content and format
+&apos;&apos;&apos; Beforehand the destination area will be cleared from any content and format
&apos;&apos;&apos; Args:
&apos;&apos;&apos; FileName: Identifies the file to open. It must follow the SF_FileSystem.FileNaming notation
&apos;&apos;&apos; DestinationCell: the destination of the copied range of cells, as a string
@@ -1090,7 +1090,7 @@ Public Sub ImportFromDatabase(Optional ByVal FileName As Variant _
)
&apos;&apos;&apos; Import the content of a database table, query or resultset, i.e. the result of a SELECT SQL command,
&apos;&apos;&apos; starting from a given cell
-&apos;&apos;&apos; Beforehands the destination area will be cleared from any content and format
+&apos;&apos;&apos; Beforehand the destination area will be cleared from any content and format
&apos;&apos;&apos; The modified area depends only on the content of the source data
&apos;&apos;&apos; Args:
&apos;&apos;&apos; FileName: Identifies the file to open. It must follow the SF_FileSystem.FileNaming notation
@@ -2139,7 +2139,7 @@ REM ----------------------------------------------------------------------------
Public Function _ConvertFromDataArray(ByRef pvDataArray As Variant) As Variant
&apos;&apos;&apos; Convert a data array to a scalar, a vector or a 2D array
&apos;&apos;&apos; Args:
-&apos;&apos;&apos; pvDataArray: an array as returned by the XCellRange.getDatArray or .getFormulaArray methods
+&apos;&apos;&apos; pvDataArray: an array as returned by the XCellRange.getDataArray or .getFormulaArray methods
&apos;&apos;&apos; Returns:
&apos;&apos;&apos; A scalar, a zero-based 1D array or a zero-based 2D array of strings and/or doubles
&apos;&apos;&apos; To convert doubles to dates, use the CDate builtin function
@@ -2502,7 +2502,7 @@ Private Function _ParseAddress(ByVal psAddress As String) As Object
&apos;&apos;&apos; Returns:
&apos;&apos;&apos; An object of type _Address
&apos;&apos;&apos; Exceptions:
-&apos;&apos;&apos; CALCADDRESSERROR &apos; Adrress could not be parsed to a valid address
+&apos;&apos;&apos; CALCADDRESSERROR &apos; Address could not be parsed to a valid address
Dim oAddress As _Address &apos; Return value
Dim lStart As Long &apos; Position of found regex
@@ -2840,4 +2840,4 @@ CatchDuplicate:
End Function &apos; SFDocuments.SF_Calc._ValidateSheet
REM ============================================ END OF SFDOCUMENTS.SF_CALC
-</script:module> \ No newline at end of file
+</script:module>
diff --git a/wizards/source/sfdocuments/SF_Document.xba b/wizards/source/sfdocuments/SF_Document.xba
index 151ecd3e03d5..a9fd48af0424 100644
--- a/wizards/source/sfdocuments/SF_Document.xba
+++ b/wizards/source/sfdocuments/SF_Document.xba
@@ -74,7 +74,7 @@ Private _CustomProperties As Object &apos; Dictionary of custom properties
REM ============================================================ MODULE CONSTANTS
-REM ===================================================== CONSTRUCTOR/DESCTRUCTOR
+REM ===================================================== CONSTRUCTOR/DESTRUCTOR
REM -----------------------------------------------------------------------------
Private Sub Class_Initialize()