summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-11-02 15:08:53 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-11-03 12:26:01 +0100
commitb27906ac8d246734d274a1624cc231f240e8b97b (patch)
tree2ae8e1024edb1dcef8aca11ee887db6cc681e315 /wizards
parent6f6ca6de08ab71bf02fa5fbc7364605ea5bb8117 (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.xba2
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
&apos;&apos;&apos; The text in the cell as a string as how it is displayed
&apos;&apos;&apos; Note that the position of the cursor is left unchanged.
&apos;&apos;&apos; Examples:
-&apos;&apos;&apos; oSheet.GeText(&quot;ShipCity&quot;)) &apos; Extract the text on the current row from the column &quot;ShipCity&quot;
+&apos;&apos;&apos; oSheet.GetText(&quot;ShipCity&quot;)) &apos; Extract the text on the current row from the column &quot;ShipCity&quot;
Dim sText As String &apos; Return Text
Dim lCol As Long &apos; Numeric index of Column in lists of columns