Hello Martin,
> Strange, this code throws an exception itself:
> catch(com::sun::star::uno::Exception &e)
> { Any a = cppu::getCaughtException(); // Another Exception thrown hereDon't wonder about that, it's an implementation trick that the exception is internally rethrown and caught again by the C++-UNO bridge. ~Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
