wizards/source/sfdatabases/SF_Datasheet.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b27906ac8d246734d274a1624cc231f240e8b97b Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Nov 2 15:08:53 2022 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Nov 3 12:26:01 2022 +0100 Fix typo in code Change-Id: I3df6a2b0b6600d4d9e37723c902e03310aab22c1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142171 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/wizards/source/sfdatabases/SF_Datasheet.xba b/wizards/source/sfdatabases/SF_Datasheet.xba index 0236d68e7009..743e2ca3ea86 100644 --- a/wizards/source/sfdatabases/SF_Datasheet.xba +++ b/wizards/source/sfdatabases/SF_Datasheet.xba @@ -322,7 +322,7 @@ Public Function GetText(Optional ByVal Column As Variant) As String ''' The text in the cell as a string as how it is displayed ''' Note that the position of the cursor is left unchanged. ''' Examples: -''' oSheet.GeText("ShipCity")) ' Extract the text on the current row from the column "ShipCity" +''' oSheet.GetText("ShipCity")) ' Extract the text on the current row from the column "ShipCity" Dim sText As String ' Return Text Dim lCol As Long ' Numeric index of Column in lists of columns
