summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-11-02 15:07:27 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-11-03 12:24:43 +0100
commit6f6ca6de08ab71bf02fa5fbc7364605ea5bb8117 (patch)
tree5508b17f916704e00daa89a2250fc140ac119835 /wizards
parent7f73a779e33dd91fad0111629c6b3420c2c9aea0 (diff)
Fix typo in code
Change-Id: I3e4e076e8fc71d3999d5c58f05d34a866da3aa5d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142168 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/sfdatabases/SF_Datasheet.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/sfdatabases/SF_Datasheet.xba b/wizards/source/sfdatabases/SF_Datasheet.xba
index c8958737c65b..0236d68e7009 100644
--- a/wizards/source/sfdatabases/SF_Datasheet.xba
+++ b/wizards/source/sfdatabases/SF_Datasheet.xba
@@ -381,7 +381,7 @@ Public Function GetValue(Optional ByVal Column As Variant) As Variant
&apos;&apos;&apos; An EMPTY return value means that the value could not be retrieved.
&apos;&apos;&apos; Note that the position of the cursor is left unchanged.
&apos;&apos;&apos; Examples:
-&apos;&apos;&apos; oSheet.GeValue(&quot;ShipCity&quot;)) &apos; Extract the value on the current row from the column &quot;ShipCity&quot;
+&apos;&apos;&apos; oSheet.GetValue(&quot;ShipCity&quot;)) &apos; Extract the value on the current row from the column &quot;ShipCity&quot;
Dim vValue As Variant &apos; Return value
Dim lCol As Long &apos; Numeric index of Column in lists of columns
@@ -741,4 +741,4 @@ Private Function _Repr() As String
End Function &apos; SFDatabases.SF_Datasheet._Repr
REM ============================================ END OF SFDATABASES.SF_DATASHEET
-</script:module> \ No newline at end of file
+</script:module>