Hi everybody,

I have developped an UNO component and I found something strange using
it in a Basic macro. Let's suppose we have a XFoo interface:

<code idl>
interface XFoo: com::sun::star::uno::XInterface {

   [attribute] string Name;
};
</code>

The component, written in C++ obviously implements the getName() and
setName() for this interface. So when using it in basic both calls shoud
work:

<code ooobasic>
   aName = xxx.getName()
   aName = xxx.Name
</code>

However, in my case, only the 2nd call works... Does anyone have an idea
of the problem ?

Thanks for your help,
Cedric

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

Reply via email to