wizards/source/sfdocuments/SF_Base.xba |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit c6dbb99dc629957b7276773c3c92b8721135d64e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Nov 2 15:10:13 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Nov 2 22:44:45 2022 +0100

    Fix typo
    
    Change-Id: Icdd19c1165134867ed532c82a2663d1545c64739
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142174
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/wizards/source/sfdocuments/SF_Base.xba 
b/wizards/source/sfdocuments/SF_Base.xba
index 81afacc7bbda..6b70d9fc4228 100644
--- a/wizards/source/sfdocuments/SF_Base.xba
+++ b/wizards/source/sfdocuments/SF_Base.xba
@@ -545,7 +545,7 @@ Check:
 
 Try:
        With _Component.CurrentController
-               &apos;  The connection may have been done previously by a user 
commmand. If not, do it now.
+               &apos;  The connection may have been done previously by a user 
command. If not, do it now.
                If Not .IsConnected Then .connect()
                &apos;  loadComponent activates the query component when 
already loaded
                Set oNewQuery = 
.loadComponent(com.sun.star.sdb.application.DatabaseObject.QUERY, QueryName, 
DesignMode)
@@ -598,7 +598,7 @@ Check:
 
 Try:
        With _Component.CurrentController
-               &apos;  The connection may have been done previously by a user 
commmand. If not, do it now.
+               &apos;  The connection may have been done previously by a user 
command. If not, do it now.
                If Not .IsConnected Then .connect()
                &apos;  loadComponent activates the table component when 
already loaded
                Set oNewTable = 
.loadComponent(com.sun.star.sdb.application.DatabaseObject.TABLE, TableName, 
DesignMode)
@@ -1095,4 +1095,4 @@ Private Function _Repr() As String
 End Function   &apos;  SFDocuments.SF_Base._Repr
 
 REM ============================================ END OF SFDOCUMENTS.SF_BASE
-</script:module>
\ No newline at end of file
+</script:module>

Reply via email to