Hello Rony G., > * Or maybe rephrased: if reflecting an UNO object, does one need to > use an instance of "com.sun.star.reflection.CoreReflection" from > the same context as the reflected UNO object?
No, you need not use the same component context, but it may be more performant to choose one within your process. Please use the singleton entry "com.sun.star.reflection.theCoreReflection" for the sole reason that it internally caches created IdlClass objects. HTH, -Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
