https://bugs.documentfoundation.org/show_bug.cgi?id=168550
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED --- Comment #2 from [email protected] --- The StarBasic libraries are merged into one global name space which is named “application” in the context of script URLs. You can not add “Standard” to the shared libraries because it is already in the user directory. You can not add “Tools” to the user libraries because it is already in the shared directory. The StarBasic libraries are either in location=document or location=application. Python libraries are either in location=document, location=user or location=shared Solution provided by Andreas -- You are receiving this mail because: You are the assignee for the bug.
