wizards/source/sfdatabases/SF_Datasheet.xba |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6f6ca6de08ab71bf02fa5fbc7364605ea5bb8117
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Nov 2 15:07:27 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
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 <serval2...@yahoo.fr>
    Tested-by: Jenkins
    Tested-by: Jean-Pierre Ledure <j...@ledure.be>
    Reviewed-by: Jean-Pierre Ledure <j...@ledure.be>

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>

Reply via email to