diff options
Diffstat (limited to 'wizards')
-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> |