diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-11-02 15:08:53 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-11-03 12:26:01 +0100 |
commit | b27906ac8d246734d274a1624cc231f240e8b97b (patch) | |
tree | 2ae8e1024edb1dcef8aca11ee887db6cc681e315 /wizards | |
parent | 6f6ca6de08ab71bf02fa5fbc7364605ea5bb8117 (diff) |
Fix typo in code
Change-Id: I3df6a2b0b6600d4d9e37723c902e03310aab22c1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142171
Tested-by: Jenkins
Tested-by: Jean-Pierre Ledure <jp@ledure.be>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-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 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 |