https://bugs.documentfoundation.org/show_bug.cgi?id=102010

--- Comment #5 from Alex Kempshall <[email protected]> ---
In the code above the lines 

DirectoryName = DirectoryNameoutofPath(ThisComponent.getURL(), "/") & "/"

If (Not GlobalScope.BasicLibraries.isLibraryLoaded("Tools")) Then
   GlobalScope.BasicLibraries.LoadLibrary("Tools")
End If



should be swapped to read


If (Not GlobalScope.BasicLibraries.isLibraryLoaded("Tools")) Then
   GlobalScope.BasicLibraries.LoadLibrary("Tools")
End If

DirectoryName = DirectoryNameoutofPath(ThisComponent.getURL(), "/") & "/"



Alex

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to