> >Where can I find the UNO-objects that need explicit disposal? > > To my understanding anything that implements com.sun.star.uno.XInterface > for example. For me using C++: I thought that Reference<XInterface> would take care of all memory-things and release objects that aren't used anymore?!
I can't dispose a XInterface itself, I can only dispose Objects with a XComponent-Interface. Regards Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
