diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-11-02 15:07:27 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-11-03 12:24:43 +0100 |
commit | 6f6ca6de08ab71bf02fa5fbc7364605ea5bb8117 (patch) | |
tree | 5508b17f916704e00daa89a2250fc140ac119835 /wizards | |
parent | 7f73a779e33dd91fad0111629c6b3420c2c9aea0 (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.xba | 4 |
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 ''' An EMPTY return value means that the value could not be retrieved. ''' Note that the position of the cursor is left unchanged. ''' Examples: -''' oSheet.GeValue("ShipCity")) ' Extract the value on the current row from the column "ShipCity" +''' oSheet.GetValue("ShipCity")) ' Extract the value on the current row from the column "ShipCity" Dim vValue As Variant ' Return value Dim lCol As Long ' Numeric index of Column in lists of columns @@ -741,4 +741,4 @@ Private Function _Repr() As String End Function ' SFDatabases.SF_Datasheet._Repr REM ============================================ END OF SFDATABASES.SF_DATASHEET -</script:module>
\ No newline at end of file +</script:module> |