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

--- Comment #15 from Lionel Elie Mamane <[email protected]> ---
Reproduced on 6.3.0.4 (Debian package).

(In reply to Buovjaga from comment #14)
> I get
> BASIC runtime error.
> Variable not defined.
> 
> for showThisComponent() even when opening the file with Low macro security
> setting.

I think you didn't follow the following step in the reproduction instructions:

Put in "My Macros" the following (beware bugzilla's word wrap):

Sub showThisComponent
        MsgBox "Macro in ""My Macros"": " & _
           
thisComponent.supportsService("com.sun.star.document.OfficeDocument")
End Sub

-- 
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