summaryrefslogtreecommitdiff
path: root/wizards/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-11-02 15:10:13 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-11-02 22:44:45 +0100
commitc6dbb99dc629957b7276773c3c92b8721135d64e (patch)
tree0c1e648aa14d43f06e62f32e88f355ad196195a3 /wizards/source
parent89022d5b6dc51e592e22bb8ff94c430ec14de17c (diff)
Fix typo
Change-Id: Icdd19c1165134867ed532c82a2663d1545c64739 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142174 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards/source')
-rw-r--r--wizards/source/sfdocuments/SF_Base.xba6
1 files changed, 3 insertions, 3 deletions
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>