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

--- Comment #2 from Pierre Lepage <pierrelepa...@gmail.com> ---
The offending lines seem to be 309-311 in
basctl\Sources\source\baside\basisides1

OUString sModuleCode;
if ( aDocument.createModule( aLibName, aModName, false, sModuleCode ) )
    pModule = pBasic->FindModule( aModName );


The name of the new macro is not passed as an argument to createModule method.
And in createModule, it does not seem to be any support for a "new name". (See
the line 658 in basctl In the file
basctl\Sources\source\basicide\scriptdocument.cxx)

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

Reply via email to