From 29f318f90d2ed72a807d803094734d5ee7322a2d Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 2 Nov 2022 15:08:16 +0100 Subject: Fix typo Change-Id: Ic658024df51bd53cb704af7c006ee5300c0922cb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142170 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- wizards/source/sfdatabases/SF_Datasheet.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]" -- cgit