diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-08-14 17:53:01 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-08-14 21:59:02 +0200 |
commit | c4b0804ec4cb76dfa03321b31b4695d0058958ad (patch) | |
tree | 2f39f285d7999392c5df0cd6f08788ad80f94e0f /wizards/source | |
parent | 321248b44bb97707523be7e1b7ff360e8f9eace4 (diff) |
Fix typos
Change-Id: Ia717a116056bddc7968a3e451058a94cb2bbbd29
Reviewed-on: https://gerrit.libreoffice.org/59003
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jean-Pierre Ledure <jp@ledure.be>
Tested-by: Jenkins
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 970e7f6b1884..8483470a4529 100644 --- a/wizards/source/access2base/Application.xba +++ b/wizards/source/access2base/Application.xba @@ -1535,7 +1535,7 @@ REM ---------------------------------------------------------------------------- REM ----------------------------------------------------------------------------------------------------------------------- Private Function _CollectNames(ByRef poCollection As Object, ByVal psPrefix As String) As Variant -' Return a "\;" speparated list of hierarchical (prefixed with Prefix) and persistent names contained in Collection +' Return a "\;" separated list of hierarchical (prefixed with Prefix) and persistent names contained in Collection ' If one of those names refers to a folder, function is called recursively ' Result = 2 items array: (0) list of hierarchical names ' (1) list of persistent names @@ -1749,4 +1749,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> |