When library is renamed using Basic Macro Organizer, path to library is not updated in dialog.xlc and script.xlc

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:

  1. Create new library called Library1 using Basic Macro Organizer

  2. Restart LibreOffice to make sure all changes were written to disk

  3. Rename library to Library11 using Basic Macro Organizer

  4. Exit LibreOffice to make sure all changes were written to disk

  5. Open dialog.xlc or script.xlc in code editor
    Result: Path parameter is not updated (see screenshot below)

  6. Open LibreOffice
    Result 1: LibreOffice shows error messages (see screenshots below)
    image
    image
    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?

Of course.

1 Like

Ok, done. :slight_smile: