diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-11-02 15:08:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-11-02 22:48:14 +0100 |
commit | 29f318f90d2ed72a807d803094734d5ee7322a2d (patch) | |
tree | 507a64b14bad26e5ca2dc3369e8ec8303badd477 | |
parent | df62f6f32c1b4b3377e54cd0d2236b992c5398ce (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.xba | 2 |
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 _ ''' oSheet.GoToCell(1000000, "ShipCity")) ' Set the cursor on he last row, column "ShipCity" Dim bGoTo As Boolean ' Return value -Dim lCol As Long ' Numercic index of Column in lists of columns +Dim lCol As Long ' Numeric index of Column in lists of columns Dim lMaxCol As Long ' Index of last column Const cstThisSub = "SFDatabases.Datasheet.GoToCell" Const cstSubArgs = "[Row=0], [Column=0]" |