I think this is probably a bug, but I wanted to make sure I’m not doing something wrong.
When I rename a Basic library using the Basic Macro Organizer, the name of the library is updated in dialog.xlc and script.xlc config files, and the path to the library in the actual file system is updated, but the path parameter in dialog.xlc and script.xlc is not updated.
In the example below, I performed the following steps:
-
Create new library called Library1 using Basic Macro Organizer
-
Restart LibreOffice to make sure all changes were written to disk
-
Rename library to Library11 using Basic Macro Organizer
-
Exit LibreOffice to make sure all changes were written to disk
-
Open dialog.xlc or script.xlc in code editor
Result: Path parameter is not updated (see screenshot below)
-
Open LibreOffice
Result 1: LibreOffice shows error messages (see screenshots below)
Result 2: LibreOffice creates new empty folder that matches the path parameter that was not updated (see screenshot)
Should I submit a bug report for this?