diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-11 08:57:24 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-11 14:12:35 +0100 |
commit | 2e968bb29b390b9e3793b4d5a36c03799d278020 (patch) | |
tree | 8ef1612b3b747809bf8b933b4e120b6e448f6df8 /wizards/source | |
parent | 6b7bfb4805b2e06467f634a5c12932ce97d324fa (diff) |
Fix typo
Change-Id: Ia35bd38c40ec65025ab4f43bea71745f15a548c8
Reviewed-on: https://gerrit.libreoffice.org/84915
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards/source')
-rw-r--r-- | wizards/source/access2base/Application.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/access2base/Application.xba b/wizards/source/access2base/Application.xba index 91ca6aca9081..7268e8216144 100644 --- a/wizards/source/access2base/Application.xba +++ b/wizards/source/access2base/Application.xba @@ -1390,7 +1390,7 @@ Public Function OpenDatabase ( _ ' Return a database object based on input arguments: ' Call template: ' Call OpenDatabase("... databaseURL ..."[, "", "", True/False]) -' pvDatabaseURL maby be the name of a registered database or the URL of the targeted .odb file +' pvDatabaseURL may be the name of a registered database or the URL of the targeted .odb file ' Might be called from any AOO/LibO application, independently from OpenConnection Dim odbDatabase As Variant, oBaseContext As Object, sDbNames() As String, oBaseSource As Object @@ -1866,4 +1866,4 @@ Public Sub _RootInit(Optional ByVal pbForce As Boolean) End Sub ' _RootInit V1.1.0 -</script:module>
\ No newline at end of file +</script:module> |