summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-11-02 15:08:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-11-02 22:48:14 +0100
commit29f318f90d2ed72a807d803094734d5ee7322a2d (patch)
tree507a64b14bad26e5ca2dc3369e8ec8303badd477
parentdf62f6f32c1b4b3377e54cd0d2236b992c5398ce (diff)
Fix typo
Change-Id: Ic658024df51bd53cb704af7c006ee5300c0922cb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142170 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--wizards/source/sfdatabases/SF_Datasheet.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/sfdatabases/SF_Datasheet.xba b/wizards/source/sfdatabases/SF_Datasheet.xba
index 5550e35df30c..c8958737c65b 100644
--- a/wizards/source/sfdatabases/SF_Datasheet.xba
+++ b/wizards/source/sfdatabases/SF_Datasheet.xba
@@ -442,7 +442,7 @@ Public Function GoToCell(Optional ByVal Row As Variant _
&apos;&apos;&apos; oSheet.GoToCell(1000000, &quot;ShipCity&quot;)) &apos; Set the cursor on he last row, column &quot;ShipCity&quot;
Dim bGoTo As Boolean &apos; Return value
-Dim lCol As Long &apos; Numercic index of Column in lists of columns
+Dim lCol As Long &apos; Numeric index of Column in lists of columns
Dim lMaxCol As Long &apos; Index of last column
Const cstThisSub = &quot;SFDatabases.Datasheet.GoToCell&quot;
Const cstSubArgs = &quot;[Row=0], [Column=0]&quot;