wizards/source/sfdatabases/SF_Datasheet.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 6f6ca6de08ab71bf02fa5fbc7364605ea5bb8117 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Nov 2 15:07:27 2022 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Thu Nov 3 12:24:43 2022 +0100 Fix typo in code Change-Id: I3e4e076e8fc71d3999d5c58f05d34a866da3aa5d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142168 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <[email protected]> Reviewed-by: Jean-Pierre Ledure <[email protected]> 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>
