mirror of
https://github.com/LibreOffice/core.git
synced 2025-08-02 04:50:01 +00:00
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>
This commit is contained in:

committed by
Julien Nabet

parent
df62f6f32c
commit
29f318f90d
@ -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]"
|
||||
|
Reference in New Issue
Block a user