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

--- Comment #5 from Mike Kaganski <mikekagan...@hotmail.com> ---
(In reply to Mike Kaganski from comment #4)
> > If oEvt.Source.ImplementationName <>  
> > "org.openoffice.comp.svx.FormController"

Unrelated to this issue: note also that ImplementationName is not meant to be
stable API. We can change it at any time, and building your macros to depend on
the names is error-prone. If needed, you should check the *type* of the object
(checking its supported services, or using HasUnoInterfaces function) instead.

E.g., see tdf#111811.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to