Hello Rony G.,

> 
>         theTypeDescriptionManager=(XMultiComponentFactory) 
> UnoRuntime.queryInterface(
>                 XMultiComponentFactory.class,
>                 
> xcc.getValueByName("/singletons/com.sun.star.reflection.theTypeDescriptionManager"));

I assume a copy-paste bug in your code:
the type description manager object does not implement
XMultiComponentFactory, it implements e.g.
com.sun.star.container.XHierarchicalNameAccess.

-Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to